mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
This commit is contained in:
parent
7d2b83e9f0
commit
0ad1e0384c
10 changed files with 575 additions and 345 deletions
2
Python/opcode_targets.h
generated
2
Python/opcode_targets.h
generated
|
@ -98,7 +98,7 @@ static void *opcode_targets[256] = {
|
|||
&&TARGET_DELETE_ATTR,
|
||||
&&TARGET_STORE_GLOBAL,
|
||||
&&TARGET_DELETE_GLOBAL,
|
||||
&&_unknown_opcode,
|
||||
&&TARGET_ROT_N,
|
||||
&&TARGET_LOAD_CONST,
|
||||
&&TARGET_LOAD_NAME,
|
||||
&&TARGET_BUILD_TUPLE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue