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 2da4678 commit b34cde6Copy full SHA for b34cde6
Lib/test/test_free_threading/test_generators.py
@@ -28,6 +28,8 @@ def with_iterations(gen):
28
29
threads.append(Thread(target=with_iterations, args=(gen,)))
30
31
+ # Errors might come up, but that's fine.
32
+ # All we care about is that this doesn't crash.
33
for thread in threads:
34
thread.start()
35
0 commit comments