]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Apr 2025 19:08:00 +0000 (22:08 +0300)
committerGitHub <noreply@github.com>
Tue, 8 Apr 2025 19:08:00 +0000 (22:08 +0300)
commitf5f1ac84b3b9d688b9e7d5943c975904b6b74513
treec479a3609b50b81b658a06e0fbe1d6a3bbbeb345
parent8421b648e91981e393a740dd9fb7b7dbf4cf07dc
gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)
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/next/C_API/2025-01-08-18-55-57.gh-issue-112068.ofI5Fl.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