mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-87849: fix SEND specialization family definition (GH-104268)
This commit is contained in:
parent
e629ab6adf
commit
1670729383
3 changed files with 177 additions and 176 deletions
|
@ -512,7 +512,7 @@ _PyOpcode_num_pushed(int opcode, int oparg, bool jump) {
|
|||
case SEND:
|
||||
return 2;
|
||||
case SEND_GEN:
|
||||
return 1;
|
||||
return 2;
|
||||
case INSTRUMENTED_YIELD_VALUE:
|
||||
return 1;
|
||||
case YIELD_VALUE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue