]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112136: Restore removed _PyArg_Parser (#121262)
authorVictor Stinner <vstinner@python.org>
Wed, 3 Jul 2024 16:36:57 +0000 (18:36 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Jul 2024 16:36:57 +0000 (18:36 +0200)
commitf8373db153920b890c2e2dd8def249e8df63bcc6
tree4d021178eaaf6effe252a53d73f654bace180bb1
parent7c66906802cd8534b05264bd47acf9eb9db6d09e
gh-112136: Restore removed _PyArg_Parser (#121262)

Restore the private _PyArg_Parser structure and the private
_PyArg_ParseTupleAndKeywordsFast() function, previously removed
in Python 3.13 alpha 1.

Recreate Include/cpython/modsupport.h header file.
Include/cpython/modsupport.h [new file with mode: 0644]
Include/internal/pycore_lock.h
Include/internal/pycore_modsupport.h
Include/modsupport.h
Makefile.pre.in
Misc/NEWS.d/next/C API/2024-07-02-11-03-40.gh-issue-112136.f3fiY8.rst [new file with mode: 0644]
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters