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 5dc24a3 commit 99d2718Copy full SHA for 99d2718
Lib/test/test_free_threading/test_generators.py
@@ -33,7 +33,7 @@ def set_gen_qualname(g, b):
33
@unittest.skipUnless(Py_GIL_DISABLED, "Enable only in FT build")
34
class TestFTGenerators(TestCase):
35
NUM_THREADS = 4
36
-
+
37
def concurrent_write_with_func(self, func):
38
gen = (x for x in range(42))
39
for j in range(1000):
0 commit comments