Skip to content

Commit b34cde6

Browse files
committed
Add a comment.
1 parent 2da4678 commit b34cde6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_free_threading/test_generators.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ def with_iterations(gen):
2828

2929
threads.append(Thread(target=with_iterations, args=(gen,)))
3030

31+
# Errors might come up, but that's fine.
32+
# All we care about is that this doesn't crash.
3133
for thread in threads:
3234
thread.start()
3335

0 commit comments

Comments
 (0)