mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
rather than passing locals to the class body, just execute the class body in the proper environment
This commit is contained in:
parent
e914123d1f
commit
e8e14591eb
10 changed files with 3143 additions and 3175 deletions
|
|
@ -49,7 +49,6 @@ extern "C" {
|
|||
#define BINARY_OR 66
|
||||
#define INPLACE_POWER 67
|
||||
#define GET_ITER 68
|
||||
#define STORE_LOCALS 69
|
||||
#define PRINT_EXPR 70
|
||||
#define LOAD_BUILD_CLASS 71
|
||||
#define YIELD_FROM 72
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue