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 f85a291 commit d287d54Copy full SHA for d287d54
1 file changed
Lib/test/test_interpreters/test_api.py
@@ -656,7 +656,7 @@ def test_remaining_threads(self):
656
# It's unlikely, but technically speaking, it's possible
657
# that the thread could've finished before interp.close() is
658
# 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.
+ # However, it's quite unlikely and probably not worth bothering about.
660
interp = interpreters.create()
661
interp.exec(f"""if True:
662
import os
0 commit comments