]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
authorInada Naoki <songofacandy@gmail.com>
Thu, 12 May 2022 05:48:38 +0000 (14:48 +0900)
committerGitHub <noreply@github.com>
Thu, 12 May 2022 05:48:38 +0000 (14:48 +0900)
commitf9c9354a7a173eaca2aa19e667b5cf12167b7fed
treeeb0fdd3219f53c973f1a7dbbcb9f8b0e0babdf36
parent68fec31364e96d122aae0571c14683b4ddb0ebd0
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
35 files changed:
Doc/c-api/arg.rst
Doc/c-api/unicode.rst
Doc/data/stable_abi.dat
Doc/howto/clinic.rst
Doc/whatsnew/3.12.rst
Include/cpython/unicodeobject.h
Include/internal/pycore_runtime_init.h
Include/unicodeobject.h
Lib/test/clinic.test
Lib/test/test_getargs2.py
Lib/test/test_sys.py
Makefile.pre.in
Misc/NEWS.d/next/C API/2022-05-10-12-35-42.gh-issue-92536.cAoRCZ.rst [new file with mode: 0644]
Misc/stable_abi.toml
Modules/_io/fileio.c
Modules/_testcapimodule.c
Modules/clinic/_winapi.c.h
Modules/clinic/overlapped.c.h
Modules/clinic/posixmodule.c.h
Modules/overlapped.c
Modules/posixmodule.c
Objects/stringlib/eq.h
Objects/stringlib/unicodedefs.h [deleted file]
Objects/unicodeobject.c
PC/_msi.c
PC/clinic/_msi.c.h
PC/clinic/winreg.c.h
PC/winreg.c
Python/dynload_win.c
Python/fileutils.c
Python/getargs.c
Python/traceback.c
Tools/clinic/clinic.py
Tools/gdb/libpython.py
Tools/scripts/deepfreeze.py