-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-91595: fix the comparison of character and integer by using ord() #91596
8000 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
Every change to Python requires a NEWS entry. Please, add it using the blurb_it Web app or the blurb command-line tool. |
Thanks @sweetStreet for the PR, and @ezio-melotti for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Thanks @sweetStreet for the PR, and @ezio-melotti for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
GH-91604 is a backport of this pull request to the 3.10 branch. |
…ord() (pythonGH-91596) * fix the comparison of character and integer by using ord() * 📜🤖 Added by blurb_it. Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> (cherry picked from commit 9300b6d) Co-authored-by: Yu Liu <yuki.liu@utexas.edu>
GH-91605 is a backport of this pull request to the 3.9 branch. |
…ord() (pythonGH-91596) * fix the comparison of character and integer by using ord() * 📜🤖 Added by blurb_it. Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> (cherry picked from commit 9300b6d) Co-authored-by: Yu Liu <yuki.liu@utexas.edu>
Fix #91597