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-07-03 08:15:46 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d625f7da33bf8eb57fb7e1a05deae3f68bf4d00f
cpython
/
Modules
/
_io
T
History
Ruiyang Ke
40d07cad38
gh-144380: Fix incorrect type check in
buffered_iternext()
(
#144381
)
2026-02-02 15:34:18 +05:30
..
clinic
…
_iomodule.c
…
_iomodule.h
…
bufferedio.c
gh-144380: Fix incorrect type check in
buffered_iternext()
(
#144381
)
2026-02-02 15:34:18 +05:30
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
gh-60107: Remove a copy from RawIOBase.read (
#141532
)
2025-11-20 17:37:04 +00:00
stringio.c
…
textio.c
gh-142594: fix by property calls io.TextIOWrapper.detach (GH-142706)
2025-12-15 15:13:58 +01:00
winconsoleio.c
…