cpython/Modules/_io
Erlend E. Aasland 15795b57d9
gh-101819: Prepare _io._IOBase for module state (#104386)
- Add PyIOBase_Type to _io module state
- Pass defining class to _io._IOBase.fileno
2023-05-12 07:30:26 +00:00
..
clinic gh-101819: Prepare _io._IOBase for module state (#104386) 2023-05-12 07:30:26 +00:00
_iomodule.c gh-101819: Prepare _io._IOBase for module state (#104386) 2023-05-12 07:30:26 +00:00
_iomodule.h gh-101819: Prepare _io._IOBase for module state (#104386) 2023-05-12 07:30:26 +00:00
bufferedio.c gh-101819: Adapt _io._Buffered* methods to Argument Clinic (#104367) 2023-05-11 15:59:23 +05:30
bytesio.c gh-101819: Port _io.PyBytesIOBuffer_Type to heap type (#104264) 2023-05-07 14:01:27 +00:00
fileio.c gh-101819: Refactor `_io` futher in preparation for module isolation (#104369) 2023-05-11 15:56:30 +05:30
iobase.c gh-101819: Prepare _io._IOBase for module state (#104386) 2023-05-12 07:30:26 +00:00
stringio.c gh-101819: Prepare to modernize the _io extension (#104178) 2023-05-06 01:53:55 +02:00
textio.c gh-101819: Refactor `_io` futher in preparation for module isolation (#104369) 2023-05-11 15:56:30 +05:30
winconsoleio.c gh-101819: Fix inverted debug preprocessor check in winconsoleio.c (#104388) 2023-05-11 13:01:05 +00:00