cpython/Modules/_io
Erlend E. Aasland 3b14b51d11
gh-101819: Remove unused 'locale_module' from _io state (#104246)
The locale module reference was introduced by 932ff8368 in 2013,
and rendered unused by 710e82630 (gh-23050) in 2020.
2023-05-06 20:26:06 +00:00
..
clinic gh-101819: Prepare to modernize the _io extension (#104178) 2023-05-06 01:53:55 +02:00
_iomodule.c gh-101819: Remove unused 'locale_module' from _io state (#104246) 2023-05-06 20:26:06 +00:00
_iomodule.h gh-101819: Remove unused 'locale_module' from _io state (#104246) 2023-05-06 20:26:06 +00:00
bufferedio.c gh-101819: Prepare to modernize the _io extension (#104178) 2023-05-06 01:53:55 +02:00
bytesio.c gh-101819: Prepare to modernize the _io extension (#104178) 2023-05-06 01:53:55 +02:00
fileio.c gh-101819: Prepare to modernize the _io extension (#104178) 2023-05-06 01:53:55 +02: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: Prepare to modernize the _io extension (#104178) 2023-05-06 01:53:55 +02:00
textio.c gh-101819: Prepare to modernize the _io extension (#104178) 2023-05-06 01:53:55 +02:00
winconsoleio.c gh-102255: Improve build support for Windows API partitions (GH-102256) 2023-03-09 21:09:12 +00:00