Skip to content

Commit d287d54

Browse files
Update Lib/test/test_interpreters/test_api.py
Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
1 parent f85a291 commit d287d54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_interpreters/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ def test_remaining_threads(self):
656656
# It's unlikely, but technically speaking, it's possible
657657
# that the thread could've finished before interp.close() is
658658
# reached, so this test might not properly exercise the case.
659-
# However, it's quite unlikely and I'm too lazy to deal with it.
659+
# However, it's quite unlikely and probably not worth bothering about.
660660
interp = interpreters.create()
661661
interp.exec(f"""if True:
662662
import os

0 commit comments

Comments
 (0)