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 46285be commit 8ce83cdCopy full SHA for 8ce83cd
Python/bytecodes.c
@@ -3021,7 +3021,7 @@ dummy_func(
3021
3022
LOCK_OBJECT_SLOW(code);
3023
_PyExecutorObject *executor = code->co_executors->executors[oparg & 255];
3024
- // On FT, we are responsible for cleaning up after ourselves.
+ // We are responsible for cleaning up after ourselves.
3025
if (!FT_ATOMIC_LOAD_UINT8_RELAXED(executor->vm_data.valid)) {
3026
opcode = executor->vm_data.opcode;
3027
oparg = (oparg & ~255) | executor->vm_data.oparg;
0 commit comments