-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
bpo-46520: Handle identifiers that look like keywords in ast.unparse
#31012
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
base: main
Are you sure you want to change the base?
Conversation
@ezio-melotti Did you intend to remove the CLA-signed label? (I saw this on another PR and wondered there too.) Does Kodi need to sign or re-sign to get this reviewed? |
Kodi, please replace your private joke and its response with a draft commit message. At first glance, it makes this look like spam, and obstructing merging that way makes this look non-serious. |
@terryjreedy: the Edit: clicking on the "Update branch" button should also retrigger the check. |
I've changed the text of the first post, but I don't have the power to change or remove reactions, if that's what you mean by "its response". In fact, I don't think GitHub lets any users do that. |
Kodi, whatever you did before, you need to sign or re-sign the CLA |
I signed it previously (by mail, if I recall correctly) and I got "Internal Server Error" when trying to click through the Heroku program, but @cpython-cla-bot seems to now think it's signed, so eh. |
Handle identifiers that look like keywords in
ast.unparse
https://bugs.python.org/issue46520