]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Revert "gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 22 Jul 2025 13:39:50 +0000 (16:39 +0300)
committerGitHub <noreply@github.com>
Tue, 22 Jul 2025 13:39:50 +0000 (16:39 +0300)
commit3a89dfe32bec016de480c2faed5effc2bbf48a45
tree21c3a3f9b5a926e62adb01bcee5ce73c914b47ec
parentb31e5d6de19403cabe7e33aa8866e05c895db24a
Revert "gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)" (#136991)
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