commit | 9300b6d72948b94c0924a75ea14c6298156522d0 | [log] [tgz] |
---|---|---|
author | Yu Liu <yuki.liu@utexas.edu> | Sat Apr 16 09:34:48 2022 -0500 |
committer | GitHub <noreply@github.com> | Sat Apr 16 16:34:48 2022 +0200 |
tree | d8de4f11c8ff0a7a12993c300399cb5187229832 | |
parent | 95573ade42d1635dd9b69380117cbb47b6790772 [diff] |
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>