]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100188: Reduce misses in BINARY_SUBSCR_(LIST/TUPLE)_INT (#100189)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Tue, 20 Dec 2022 20:46:16 +0000 (15:46 -0500)
committerGitHub <noreply@github.com>
Tue, 20 Dec 2022 20:46:16 +0000 (15:46 -0500)
commitc18d83118881333b9a0afd0add83afb2ba7300f7
tree58bdb847e50dcd0ccff6e9e0ed3a5378e6e7f674
parent44892d45b038f919b0378590a776580a9d73b291
gh-100188: Reduce misses in BINARY_SUBSCR_(LIST/TUPLE)_INT (#100189)

Don't specialize if the index is negative.
Misc/NEWS.d/next/Core and Builtins/2022-12-12-05-30-12.gh-issue-100188.sGCSMR.rst [new file with mode: 0644]
Python/specialize.c