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 4e216fe commit ba708caCopy full SHA for ba708ca
Python/optimizer.c
@@ -1027,9 +1027,6 @@ _PyJit_TryInitializeTracing(
1027
// Don't trace into the inner call because it will stomp on the previous trace, causing endless retraces.
1028
if (_tstate->jit_tracer_state.prev_state.code_curr_size > CODE_SIZE_EMPTY ||
1029
_tstate->jit_tracer_state.initial_state.func != NULL) {
1030
- // gh-143123: It is possible for another function to finalize the current
1031
- // tracer's state while tracing. This might happen in a
1032
- // Python -> C -> Python call.
1033
return 0;
1034
}
1035
if (oparg > 0xFFFF) {
0 commit comments