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

1
Include/opcode.h generated
View file

@ -81,6 +81,7 @@ extern "C" {
#define DELETE_ATTR 96
#define STORE_GLOBAL 97
#define DELETE_GLOBAL 98
#define ROT_N 99
#define LOAD_CONST 100
#define LOAD_NAME 101
#define BUILD_TUPLE 102