cpython/Modules/_io
Eric Snow e6ecd3e6b4
gh-94673: Isolate the _io module to Each Interpreter (gh-102663)
Aside from sys and builtins, _io is the only core builtin module that hasn't been ported to multi-phase init.  We may do so later (e.g. gh-101948), but in the meantime we must at least take care of the module's static types properly.  (This came up while working on gh-101660.)

https://github.com/python/cpython/issues/94673
2023-03-21 14:01:38 -06:00
..
clinic gh-102255: Improve build support for Windows API partitions (GH-102256) 2023-03-09 21:09:12 +00:00
_iomodule.c gh-94673: Isolate the _io module to Each Interpreter (gh-102663) 2023-03-21 14:01:38 -06:00
_iomodule.h gh-102255: Improve build support for Windows API partitions (GH-102256) 2023-03-09 21:09:12 +00:00
bufferedio.c gh-102507 Remove invisible pagebreak characters (#102531) 2023-03-08 13:58:14 +00:00
bytesio.c gh-101819: Adapt _io types to heap types, batch 1 (GH-101949) 2023-02-20 05:46:20 -08:00
fileio.c gh-102255: Improve build support for Windows API partitions (GH-102256) 2023-03-09 21:09:12 +00:00
iobase.c gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in Modules/) (#102196) 2023-02-24 21:43:03 +00:00
stringio.c gh-101819: Adapt _io types to heap types, batch 1 (GH-101949) 2023-02-20 05:46:20 -08:00
textio.c gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in Modules/) (#102196) 2023-02-24 21:43:03 +00:00
winconsoleio.c gh-102255: Improve build support for Windows API partitions (GH-102256) 2023-03-09 21:09:12 +00:00