8000 bpo-45829: Specialize BINARY_SUBSCR for __getitem__ implemented in Python. by markshannon · Pull Request #29592 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-45829: Specialize BINARY_SUBSCR for __getitem__ implemented in Python. #29592

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Nov 18, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into specialize-for-getitem
  • Loading branch information
markshannon committed Nov 18, 2021
commit 8da92e3b49abd96b3464767a566a1cbed2a3ad74
70 changes: 36 additions & 34 deletions Include/opcode.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 10 additions & 13 deletions Python/opcode_targets.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

You are viewing a condensed version of this merge commit. You can view the full changes here.
0