Skip to content

Commit 200ba8b

Browse files
Update Lib/test/test_free_threading/test_generators.py
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 690f45b commit 200ba8b

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
@@ -10,7 +10,7 @@ def test_generator_send(self):
1010
import threading
1111

1212
def gen():
13-
for _ in range(5000):
13+
for _ in range(5_000):
1414
yield
1515

1616

0 commit comments

Comments
 (0)