Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jul 3, 2024

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>
@miss-islington miss-islington requested review from a team and ericsnowcurrently as code owners July 3, 2024 18:00
@vstinner vstinner enabled auto-merge (squash) July 3, 2024 18:01
@vstinner vstinner merged commit 3d4e533 into python:3.13 Jul 3, 2024
35 checks passed
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