◐ Shell
reader mode source ↗
Skip to content
Merged
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
16 changes: 16 additions & 0 deletions Lib/test/test_atexit.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import io
import atexit
from test import support

### helpers
def h1():
Expand Up @@ -152,6 +153,21 @@ def test_bound_methods(self):
atexit._run_exitfuncs()
self.assertEqual(l, [5])


@support.cpython_only
class SubinterpreterTest(unittest.TestCase):
Expand Down
Toggle all file notes Toggle all file annotations