cpython/Modules/_io
Victor Stinner ef300937c2
gh-92536: Remove PyUnicode_READY() calls (#105210)
Since Python 3.12, PyUnicode_READY() does nothing and always
returns 0.
2023-06-02 01:33:17 +02:00
..
clinic gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208) 2023-06-02 01:31:58 +02:00
_iomodule.c gh-101819: Isolate `_io` (#101948) 2023-05-15 09:26:27 +00:00
_iomodule.h gh-101819: Isolate `_io` (#101948) 2023-05-15 09:26:27 +00:00
bufferedio.c GH-104510: Fix refleaks in `_io` base types (#104516) 2023-05-16 20:08:17 +05:30
bytesio.c gh-101819: Isolate `_io` (#101948) 2023-05-15 09:26:27 +00:00
fileio.c gh-105156: Deprecate the old Py_UNICODE type in C API (#105157) 2023-06-01 08:56:35 +02:00
iobase.c gh-62948: IOBase finalizer logs close() errors (#105104) 2023-05-31 11:41:19 +00:00
stringio.c gh-92536: Remove PyUnicode_READY() calls (#105210) 2023-06-02 01:33:17 +02:00
textio.c gh-92536: Remove PyUnicode_READY() calls (#105210) 2023-06-02 01:33:17 +02:00
winconsoleio.c gh-101819: Isolate `_io` (#101948) 2023-05-15 09:26:27 +00:00