Skip to content

Commit f4beed7

Browse files
committed
Clarify the subprocess with a comment.
1 parent 9a8edf9 commit f4beed7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_atexit.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ def thready():
7575
thread.join()
7676
"""
7777

78+
# atexit._clear() has some evil side effects, and we don't
79+
# want them to affect the rest of the tests.
7880
assert_python_ok(textwrap.dedent(source))
7981

8082
@support.cpython_only

0 commit comments

Comments
 (0)