| commit | 84c279b514141f608cf480905c87d48998e296d1 | [log] [tgz] |
|---|---|---|
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Apr 16 07:59:32 2022 -0700 |
| committer | GitHub <noreply@github.com> | Sat Apr 16 07:59:32 2022 -0700 |
| tree | c2c2ac2e6897ed5bacc7703ed73288f5d6d97f78 | |
| parent | f5542ecf6d340eaaf86f31d90a7a7ff7a99f25a2 [diff] |
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>