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

gh-112136: Restore removed _PyArg_Parser #121262

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jul 2, 2024

Restore removed private _PyArg_Parser structure and private _PyArg_ParseTupleAndKeywordsFast() function.

Recreate Include/cpython/modsupport.h header file.

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.
@vstinner
Copy link
Member Author

vstinner commented Jul 3, 2024

cc @AdamWill

@vstinner vstinner merged commit f8373db into python:main Jul 3, 2024
36 checks passed
@vstinner vstinner deleted the revert_arg_parser branch July 3, 2024 16:37
@edgarrmondragon
Copy link
Contributor

Should this be backported to 3.13?

@vstinner vstinner added the needs backport to 3.13 bugs and security fixes label Jul 3, 2024
@miss-islington-app
Copy link

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request 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 <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Jul 3, 2024

GH-121344 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Jul 3, 2024
@vstinner
Copy link
Member Author

vstinner commented Jul 3, 2024

Should this be backported to 3.13?

Oh right, I forgot that.

vstinner added a commit that referenced this pull request Jul 3, 2024
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 f8373db)

Co-authored-by: Victor Stinner <[email protected]>
noahbkim pushed a commit to hudson-trading/cpython that referenced this pull request Jul 11, 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.
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 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.
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