We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30e444 commit 0b9dcb7Copy full SHA for 0b9dcb7
Python/ceval_macros.h
@@ -365,7 +365,6 @@ do { \
365
Py_INCREF(_executor); \
366
next_instr = jitted(frame, stack_pointer, tstate); \
367
Py_DECREF(_executor); \
368
- tstate->current_executor = NULL; \
369
frame = tstate->current_frame; \
370
stack_pointer = _PyFrame_GetStackPointer(frame); \
371
if (next_instr == NULL) { \
0 commit comments