bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)

This commit is contained in:
Brandt Bucher 2021-05-02 13:02:10 -07:00 committed by GitHub
parent 7d2b83e9f0
commit 0ad1e0384c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 575 additions and 345 deletions

View file

@ -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