]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] Revert "gh-112068: C API: Add support of nullable arguments in PyArg_Parse...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 22 Jul 2025 16:16:31 +0000 (19:16 +0300)
committerGitHub <noreply@github.com>
Tue, 22 Jul 2025 16:16:31 +0000 (19:16 +0300)
commit805daa2edb19b78f76291d7a3147a06a5670a112
treeb7014715bb8a955a89eec85908f31b3b45a13e82
parentc328d140eb85df760a40ca58ab0b27195c550560
[3.14] Revert "gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)" (GH-136991) (#137006)
12 files changed:
Doc/c-api/arg.rst
Doc/whatsnew/3.14.rst
Lib/test/test_capi/test_getargs.py
Lib/test/test_mmap.py
Misc/NEWS.d/3.14.0b1.rst
Misc/NEWS.d/next/C_API/2025-07-22-15-18-08.gh-issue-112068.4WvT-8.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes.c
Modules/_interpretersmodule.c
Modules/_json.c
Modules/_threadmodule.c
Modules/mmapmodule.c
Python/getargs.c