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 5fd5336 commit 1b99fc1Copy full SHA for 1b99fc1
Python/optimizer.c
@@ -1674,6 +1674,7 @@ executor_clear(PyObject *op)
1674
for (uint32_t i = 0; i < executor->exit_count; i++) {
1675
executor->exits[i].temperature = initial_unreachable_backoff_counter();
1676
_PyExecutorObject *e = executor->exits[i].executor;
1677
+ executor->exits[i].executor = NULL;
1678
if (e != cold && e != cold_dynamic) {
1679
executor_clear(e);
1680
}
0 commit comments