8000 gh-91595: fix the comparison of character and integer by using ord() by sweetStreet · Pull Request #91596 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

Merged
merged 2 commits into from
Apr 16, 2022

Conversation

sweetStreet
Copy link
Contributor
@sweetStreet sweetStreet commented Apr 16, 2022

Fix #91597

@ghost
Copy link
ghost commented Apr 16, 2022

All commit authors signed the Contributor License Agreement.
CLA signed

@bedevere-bot
Copy link

Every change to Python requires a NEWS entry.

Please, add it using the blurb_it Web app or the blurb command-line tool.

@ezio-melotti ezio-melotti self-assigned this Apr 16, 2022
@ezio-melotti ezio-melotti merged commit 9300b6d into python:main Apr 16, 2022
@ezio-melotti ezio-melotti added needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes labels Apr 16, 2022
@miss-islington
Copy link
Contributor

Thanks @sweetStreet for the PR, and @ezio-melotti for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Thanks @sweetStreet for the PR, and @ezio-melotti for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-91604 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Apr 16, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Apr 16, 2022
…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>
@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Apr 16, 2022
@bedevere-bot
Copy link

GH-91605 is a backport of this pull request to the 3.9 branch.

miss-islington added a commit that referenced this pull request Apr 16, 2022
…H-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>
miss-islington added a commit that referenced this pull request Apr 16, 2022
…H-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>
hello-adam pushed a commit to hello-adam/cpython that referenced this pull request Jun 2, 2022
…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>
Sign up for free to 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.

4 participants
0