Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner 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
MemberAuthor

cc @AdamWill

@vstinnervstinner merged commit f8373db into python:mainJul 3, 2024
@vstinnervstinner deleted the revert_arg_parser branch July 3, 2024 16:37
@edgarrmondragon
Copy link
Contributor

Should this be backported to 3.13?

@vstinnervstinner 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

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

@bedevere-appbedevere-appbot removed the needs backport to 3.13 bugs and security fixes label Jul 3, 2024
@vstinner
Copy link
MemberAuthor

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 freeto 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

@vstinner@edgarrmondragon