commit | 87b5fd9d9de11c68b9940d3a1dba902138129109 | [log] [tgz] |
---|---|---|
author | Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com> | Sun Oct 30 19:07:11 2022 -0400 |
committer | GitHub <noreply@github.com> | Sun Oct 30 19:07:11 2022 -0400 |
tree | f874f318430bb2b3ffc0036e06c14289d3d5317a | |
parent | 018b2483c422031ba5a6084238ab66ba44ea9fcf [diff] |
gh-98879: Remove unreachable error case from COMPARE_OP_STR_JUMP (GH-98882) Thanks to PEP 623 changes, the comparison cannot fail.