We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 822f6a9 + ad05321 commit d09527bCopy full SHA for d09527b
Lib/test/test_atexit.py
@@ -82,6 +82,7 @@ def f():
82
self.assertEqual(ret, 0)
83
self.assertEqual(atexit._ncallbacks(), n)
84
85
+ @unittest.skipUnless(hasattr(os, "pipe"), "requires os.pipe()")
86
def test_callback_on_subinterpreter_teardown(self):
87
# This tests if a callback is called on
88
# subinterpreter teardown.
0 commit comments