mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +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
|
|
@ -139,7 +139,7 @@ def jabs_op(name, op):
|
|||
name_op('DELETE_ATTR', 96) # ""
|
||||
name_op('STORE_GLOBAL', 97) # ""
|
||||
name_op('DELETE_GLOBAL', 98) # ""
|
||||
|
||||
def_op('ROT_N', 99)
|
||||
def_op('LOAD_CONST', 100) # Index in const list
|
||||
hasconst.append(100)
|
||||
name_op('LOAD_NAME', 101) # Index in name list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue