Skip to content

Commit 8ce83cd

Browse files
fix comment
1 parent 46285be commit 8ce83cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3021,7 +3021,7 @@ dummy_func(
30213021

30223022
LOCK_OBJECT_SLOW(code);
30233023
_PyExecutorObject *executor = code->co_executors->executors[oparg & 255];
3024-
// On FT, we are responsible for cleaning up after ourselves.
3024+
// We are responsible for cleaning up after ourselves.
30253025
if (!FT_ATOMIC_LOAD_UINT8_RELAXED(executor->vm_data.valid)) {
30263026
opcode = executor->vm_data.opcode;
30273027
oparg = (oparg & ~255) | executor->vm_data.oparg;

0 commit comments

Comments
 (0)