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 9a8edf9 commit f4beed7Copy full SHA for f4beed7
Lib/test/test_atexit.py
@@ -75,6 +75,8 @@ def thready():
75
thread.join()
76
"""
77
78
+ # atexit._clear() has some evil side effects, and we don't
79
+ # want them to affect the rest of the tests.
80
assert_python_ok(textwrap.dedent(source))
81
82
@support.cpython_only
0 commit comments