-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-133555: Allow to regenerate the parser with Python < 3.14 #133557
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
Conversation
alexprengere
commented
May 7, 2025
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: "python3 -m pegen python" got broken after v3.14.0a7 #133555
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! LGTM! Thanks @alexprengere!
Should we add a test for this? |
Hmm, not sure what the test would look like. If it's verifying the list of token, we would have to update every time a new token is added, which is as easy to miss as just changing the And I don't think we have the ability to run scripts with different python versions to verify they work, right? |
Maybe add a reminder comment to e.g. |
We could add something to the A |
After committing @AA-Turner suggestion directly from the GitHub UI, the CLA bot now require signing for the noreply mail used. Should I edit the commit manually to update the mail address, or is there a another way to do this? |
If you click the 'CLA not signed' button, you should be able to sign it. If you have problems, can you paste a screenshot of what you see? A |
All good now, thanks! I was not sure if we were supposed to sign those noreply mail addresses as well (my primary gmail addresses was already signed). |
@alexprengere Could you add a comment to |
Done. |
3609894
to
e1ebec4
Compare
Co-authored-by: Adam Turner <[email protected]>
Co-authored-by: Adam Turner <[email protected]>
Co-authored-by: Adam Turner <[email protected]>
e1ebec4
to
68066fd
Compare
Thanks @alexprengere for the PR, and @AA-Turner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
…thonGH-133557) (cherry picked from commit b48599b) Co-authored-by: Alex Prengère <[email protected]> Co-authored-by: Adam Turner <[email protected]>
GH-133630 is a backport of this pull request to the 3.14 branch. |
…H-133557) (#133630) gh-133555: Allow regenerating the parser with Python < 3.14 (GH-133557) (cherry picked from commit b48599b) Co-authored-by: Alex Prengère <[email protected]> Co-authored-by: Adam Turner <[email protected]>