Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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 |
Uh oh!
There was an error while loading.Please reload this page.
python-cla-botbot commentedMay 7, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
3609894
toe1ebec4
CompareCo-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
e1ebec4
to68066fd
Compareb48599b
intopython:mainUh oh!
There was an error while loading.Please reload this page.
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 commitb48599b)Co-authored-by: Alex Prengère <2138730+alexprengere@users.noreply.github.com>Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
GH-133630 is a backport of this pull request to the3.14 branch. |
Uh oh!
There was an error while loading.Please reload this page.