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 b80c02e commit 4278c9dCopy full SHA for 4278c9d
Python/bytecodes.c
@@ -5301,7 +5301,7 @@ dummy_func(
5301
// there is a strict happens-before relation between that
5302
// uop's invalidation of validity and this check.
5303
// So for now, while the JIT does not run on multiple threads,
5304
- // it is safe for this to be nona-atomic.
+ // it is safe for this to be non-atomic.
5305
DEOPT_IF(!current_executor->vm_data.valid);
5306
}
5307
0 commit comments