cpython/Modules/_io
Victor Stinner 8ed705c083
gh-105156: Deprecate the old Py_UNICODE type in C API (#105157)
Deprecate the old Py_UNICODE and PY_UNICODE_TYPE types in the C API:
use wchar_t instead.

Replace Py_UNICODE with wchar_t in multiple C files.

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
2023-06-01 08:56:35 +02:00
..
clinic gh-101819: Fix _io clinic input for unused base class method stubs (#104418) 2023-05-15 13:21:38 +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-101819: Isolate `_io` (#101948) 2023-05-15 09:26:27 +00:00
textio.c GH-104510: Fix refleaks in `_io` base types (#104516) 2023-05-16 20:08:17 +05:30
winconsoleio.c gh-101819: Isolate `_io` (#101948) 2023-05-15 09:26:27 +00:00