mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
GH-91095: Specialize calls to normal Python classes. (GH-99331)
This commit is contained in:
parent
c01da2896a
commit
04492cbc9a
20 changed files with 511 additions and 189 deletions
|
@ -825,6 +825,9 @@ stack_effect(int opcode, int oparg, int jump)
|
|||
case JUMP_NO_INTERRUPT:
|
||||
return 0;
|
||||
|
||||
case EXIT_INIT_CHECK:
|
||||
return -1;
|
||||
|
||||
/* Exception handling pseudo-instructions */
|
||||
case SETUP_FINALLY:
|
||||
/* 0 in the normal flow.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue