Skip to content

[3.13] gh-112136: Restore removed _PyArg_Parser (GH-121262)#121344

Merged
vstinner merged 1 commit intopython:3.13from
miss-islington:backport-f8373db-3.13
Jul 3, 2024
Merged

[3.13] gh-112136: Restore removed _PyArg_Parser (GH-121262)#121344
vstinner merged 1 commit intopython:3.13from
miss-islington:backport-f8373db-3.13

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 3, 2024

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 f8373db)

Co-authored-by: Victor Stinner vstinner@python.org

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 f8373db)

Co-authored-by: Victor Stinner <vstinner@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants