X Tutup
The Wayback Machine - https://web.archive.org/web/20250609105431/https://github.com/python/cpython/pull/91604
Skip to content

[3.10] gh-91595: fix the comparison of character and integer by using ord() (GH-91596) #91604

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 鈥淪ign up for GitHub鈥, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2022

Conversation

miss-islington
Copy link
Contributor

  • 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

鈥rd() (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>
@miss-islington
Copy link
Contributor Author

@sweetStreet and @ezio-melotti: Status check is done, and it's a success 鉁� .

@miss-islington
Copy link
Contributor Author

@sweetStreet and @ezio-melotti: Status check is done, and it's a success 鉁� .

@miss-islington miss-islington merged commit 84c279b into python:3.10 Apr 16, 2022
@miss-islington miss-islington deleted the backport-9300b6d-3.10 branch April 16, 2022 14:59
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
X Tutup