Skip to content

Commit ba708ca

Browse files
remove misleading comment
1 parent 4e216fe commit ba708ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Python/optimizer.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,9 +1027,6 @@ _PyJit_TryInitializeTracing(
10271027
// Don't trace into the inner call because it will stomp on the previous trace, causing endless retraces.
10281028
if (_tstate->jit_tracer_state.prev_state.code_curr_size > CODE_SIZE_EMPTY ||
10291029
_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.
10331030
return 0;
10341031
}
10351032
if (oparg > 0xFFFF) {

0 commit comments

Comments
 (0)