]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91595: fix the comparison of character and integer by using ord() (#91596)
authorYu Liu <yuki.liu@utexas.edu>
Sat, 16 Apr 2022 14:34:48 +0000 (09:34 -0500)
committerGitHub <noreply@github.com>
Sat, 16 Apr 2022 14:34:48 +0000 (16:34 +0200)
commit9300b6d72948b94c0924a75ea14c6298156522d0
treed8de4f11c8ff0a7a12993c300399cb5187229832
parent95573ade42d1635dd9b69380117cbb47b6790772
gh-91595: fix the comparison of character and integer by using ord() (#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>
Misc/NEWS.d/next/Library/2022-04-16-05-12-13.gh-issue-91595.CocJBv.rst [new file with mode: 0644]
Tools/gdb/libpython.py