]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131306: Remove unused code related to `BINARY_SUBSCR` (#131307)
authorTomas R. <tomas.roun8@gmail.com>
Sun, 16 Mar 2025 16:37:29 +0000 (17:37 +0100)
committerGitHub <noreply@github.com>
Sun, 16 Mar 2025 16:37:29 +0000 (16:37 +0000)
commitd07e9ebbe89ce701e73d25777ae057da8dffd506
tree9b1fe3bb3f50ca1590f826d1652773e6cffa0028
parentbf4c1bf344ed1f80c4e8f4fd5b1a8f0e0858777e
gh-131306: Remove unused code related to `BINARY_SUBSCR` (#131307)
Include/cpython/object.h
Include/internal/pycore_code.h
InternalDocs/frames.md
Lib/opcode.py
Lib/test/test_opcache.py