-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-featureA feature request or enhancementA feature request or enhancement
Description
I had a
EXIT_IF(escaping_call(), OP);
and it produced:
_PyFrame_SetStackPointer(frame, stack_pointer);
DEOPT_IF(escaping_call(), OP);
stack_pointer = _PyFrame_GetStackPointer(frame);
and then the frame's stack pointer got messed up when deopt happened. It was very upsetting.
Linked PRs
Fidget-Spinner
Metadata
Metadata
Assignees
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-featureA feature request or enhancementA feature request or enhancement