Skip to content

Commit 99d2718

Browse files
committed
fix
1 parent 5dc24a3 commit 99d2718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_free_threading/test_generators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def set_gen_qualname(g, b):
3333
@unittest.skipUnless(Py_GIL_DISABLED, "Enable only in FT build")
3434
class TestFTGenerators(TestCase):
3535
NUM_THREADS = 4
36-
36+
3737
def concurrent_write_with_func(self, func):
3838
gen = (x for x in range(42))
3939
for j in range(1000):

0 commit comments

Comments
 (0)