]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-112136: Restore removed _PyArg_Parser (GH-121262) (#121344)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 3 Jul 2024 18:29:00 +0000 (20:29 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Jul 2024 18:29:00 +0000 (18:29 +0000)
commit3d4e533be515767e7beae0c4ad55bfad02c23c1b
treea44529fc0b3450d1986aac387c089de77a0f4669
parent8799f0537b0b3c87280a3291f0efc5eb8047066a
[3.13] gh-112136: Restore removed _PyArg_Parser (GH-121262) (#121344)

gh-112136: Restore removed _PyArg_Parser (GH-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.
(cherry picked from commit f8373db153920b890c2e2dd8def249e8df63bcc6)

Co-authored-by: Victor Stinner <vstinner@python.org>
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