]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98879: Remove unreachable error case from COMPARE_OP_STR_JUMP (GH-98882)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Sun, 30 Oct 2022 23:07:11 +0000 (19:07 -0400)
committerGitHub <noreply@github.com>
Sun, 30 Oct 2022 23:07:11 +0000 (19:07 -0400)
commit87b5fd9d9de11c68b9940d3a1dba902138129109
treef874f318430bb2b3ffc0036e06c14289d3d5317a
parent018b2483c422031ba5a6084238ab66ba44ea9fcf
gh-98879: Remove unreachable error case from COMPARE_OP_STR_JUMP (GH-98882)

Thanks to PEP 623 changes, the comparison cannot fail.
Python/ceval.c