This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-06-25 20:36:12 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0851700a9d99ca4bebd8d5f9d73c8c9ab1084405
cpython
/
Modules
/
_io
T
History
Kumar Aditya
e8545ed3ea
gh-149816: add missing critical section on self in buffered_iternext (
#150295
)
2026-05-23 08:57:13 +00:00
..
clinic
gh-144777: Fix data races in IncrementalNewlineDecoder (gh-144971)
2026-02-23 09:32:16 -05:00
_iomodule.c
gh-128341: Use _Py_ABI_SLOT in stdlib modules (
#145770
)
2026-03-24 17:47:55 +00:00
_iomodule.h
…
bufferedio.c
gh-149816: add missing critical section on self in buffered_iternext (
#150295
)
2026-05-23 08:57:13 +00:00
bytesio.c
gh-143378: Fix use-after-free when BytesIO is concurrently mutated during write operations (GH-143408)
2026-01-09 13:50:56 +02:00
fileio.c
…
iobase.c
…
stringio.c
gh-146175: Soft-deprecate outdated macros; convert internal usage (GH-146178)
2026-03-23 12:42:09 +01:00
textio.c
gh-144777: Fix data races in IncrementalNewlineDecoder (gh-144971)
2026-02-23 09:32:16 -05:00
winconsoleio.c
gh-149983: Fix PyErr_NoMemory call without GIL in winconsoleio.c (GH-149984)
2026-05-19 22:31:00 +02:00