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 77f857c commit eaa2a2eCopy full SHA for eaa2a2e
Python/optimizer.c
@@ -693,7 +693,7 @@ _PyJit_translate_single_bytecode_to_trace(
693
694
if (stop_tracing_opcode != 0) {
695
// gh-143183: It's important we rewind to the last known proper target.
696
- // The current target mgiht be garbage as stop tracing usually indicates
+ // The current target might be garbage as stop tracing usually indicates
697
// we are in something that we can't trace.
698
goto unsupported;
699
}
0 commit comments