File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ def jabs_op(name, op):
262
262
"CALL_NO_KW_BUILTIN_O" ,
263
263
"CALL_NO_KW_ISINSTANCE" ,
264
264
"CALL_NO_KW_LEN" ,
265
- "CALL_NO_KW_ALLOC_AND_ENTER_INIT" ,
265
+ "CALL_NO_KW_ALLOC_AND_ENTER_INIT" ,
266
266
"CALL_NO_KW_LIST_APPEND" ,
267
267
"CALL_NO_KW_METHOD_DESCRIPTOR_FAST" ,
268
268
"CALL_NO_KW_METHOD_DESCRIPTOR_NOARGS" ,
Original file line number Diff line number Diff line change @@ -907,7 +907,7 @@ typedef enum {
907
907
MANAGED_DICT = 2 ,
908
908
OFFSET_DICT = 3 ,
909
909
NO_DICT = 4 ,
910
- LAZY_DICT = 5 ,
910
+ LAZY_DICT = 5 ,
911
911
} ObjectDictKind ;
912
912
913
913
// Please collect stats carefully before and after modifying. A subtle change
@@ -2015,15 +2015,6 @@ char INIT_CLEANUP_CODE[8] = {
2015
2015
RETURN_VALUE , 0
2016
2016
};
2017
2017
2018
- /* Long form
2019
- LOAD_ASSERTION_ERROR, 0,
2020
- RAISE_VARARGS, 1,
2021
- POP_JUMP_FORWARD_IF_NOT_NONE, 1,
2022
- RETURN_VALUE, 0
2023
- LOAD_CONSTANT TypeError
2024
- LOAD_CONSTANT "__init__() should return None, not
2025
- */
2026
-
2027
2018
PyFunctionObject * _Py_InitCleanupFunc = NULL ;
2028
2019
2029
2020
static int
You can’t perform that action at this time.
0 commit comments