Skip to content

Commit b80c02e

Browse files
fix comment
1 parent 527aac1 commit b80c02e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5289,6 +5289,7 @@ dummy_func(
52895289
}
52905290

52915291
tier2 op(_CHECK_VALIDITY, (--)) {
5292+
// For FT:
52925293
// This doesn't need atomics (for now) as there is only a single time
52935294
// where a write from another thread is possible:
52945295
// when a new thread is spawned and it invalidates all current

0 commit comments

Comments
 (0)