]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91595: fix the comparison of character and integer by using ord() (GH-91596)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 16 Apr 2022 14:57:07 +0000 (07:57 -0700)
committerGitHub <noreply@github.com>
Sat, 16 Apr 2022 14:57:07 +0000 (07:57 -0700)
commitc171d757f3892263e163eddd702ae5249308404d
treed829ac427a3cd7719189a9989ae4ec3ae4b06d75
parent514162b835a86173d63ea83f8fe39b9af32c3fa5
gh-91595: fix the comparison of character and integer by using ord() (GH-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 9300b6d72948b94c0924a75ea14c6298156522d0)

Co-authored-by: Yu Liu <yuki.liu@utexas.edu>
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