]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
authorInada Naoki <songofacandy@gmail.com>
Wed, 31 May 2023 09:38:55 +0000 (18:38 +0900)
committerGitHub <noreply@github.com>
Wed, 31 May 2023 09:38:55 +0000 (18:38 +0900)
commitadccff3b3f9fbdb58cb4b8fde92456e6dd078af0
tree3eea6fd8543a6a8e800b4792ad7c276598f3afb5
parentf90d3f68db720bd6d0deda8cc0030339ccd43858
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
15 files changed:
Doc/c-api/arg.rst
Doc/extending/extending.rst
Doc/whatsnew/3.13.rst
Include/abstract.h
Include/cpython/abstract.h
Include/cpython/modsupport.h
Include/modsupport.h
Lib/test/test_capi/test_getargs.py
Misc/NEWS.d/next/C API/2023-05-29-16-09-27.gh-issue-104922.L23qaU.rst [new file with mode: 0644]
Modules/_testcapi/getargs.c
Modules/_testcapimodule.c
Objects/call.c
Python/getargs.c
Python/modsupport.c
Python/sysmodule.c