mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
GH-118095: Handle RETURN_GENERATOR
in tier 2 (GH-118180)
This commit is contained in:
parent
10bb90ed49
commit
f180b31e76
16 changed files with 143 additions and 81 deletions
1
Include/internal/pycore_uop_ids.h
generated
1
Include/internal/pycore_uop_ids.h
generated
|
@ -231,6 +231,7 @@ extern "C" {
|
|||
#define _PUSH_NULL PUSH_NULL
|
||||
#define _REPLACE_WITH_TRUE 424
|
||||
#define _RESUME_CHECK RESUME_CHECK
|
||||
#define _RETURN_GENERATOR RETURN_GENERATOR
|
||||
#define _SAVE_RETURN_OFFSET 425
|
||||
#define _SEND 426
|
||||
#define _SEND_GEN SEND_GEN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue