mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
GH-113710: Improve _SET_IP and _CHECK_VALIDITY (GH-115248)
This commit is contained in:
parent
de07941729
commit
681778c56a
7 changed files with 79 additions and 35 deletions
3
Include/internal/pycore_uop_ids.h
generated
3
Include/internal/pycore_uop_ids.h
generated
|
|
@ -237,7 +237,8 @@ extern "C" {
|
|||
#define _CHECK_GLOBALS 384
|
||||
#define _CHECK_BUILTINS 385
|
||||
#define _INTERNAL_INCREMENT_OPT_COUNTER 386
|
||||
#define MAX_UOP_ID 386
|
||||
#define _CHECK_VALIDITY_AND_SET_IP 387
|
||||
#define MAX_UOP_ID 387
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue