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 36a6252 commit ade01a2Copy full SHA for ade01a2
Python/ceval.c
@@ -1408,7 +1408,7 @@ stop_tracing_and_jit(PyThreadState *tstate, _PyInterpreterFrame *frame)
1408
// Likewise, we hold a strong reference to the executor containing this exit, so the exit is guaranteed
1409
// to be valid to access.
1410
if (err <= 0) {
1411
- if (exit->executor->vm_data.linked || exit->executor->vm_data.valid) {
+ if (exit->executor->vm_data.linked && exit->executor->vm_data.valid) {
1412
exit->temperature = restart_backoff_counter(exit->temperature);
1413
}
1414
0 commit comments