commit | da88596a19d2cad0e85a2b3c3290b5b1d97a793d | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Mar 19 20:53:42 2017 +0200 |
committer | GitHub <noreply@github.com> | Sun Mar 19 20:53:42 2017 +0200 |
tree | d32b221507445f0c652b69f1dff7a0fa00e4e06a | |
parent | fca705d533970011e50b3f278aab81cead39b00d [diff] [blame] |
bpo-29845: Mark tests that use _testcapi as CPython-only (#711) (#725) (cherry picked from commit 24c738a9e91b8f46da6166663d8ce7ec18cec784)
diff --git a/Lib/test/test_atexit.py b/Lib/test/test_atexit.py index 172bd25..c761076 100644 --- a/Lib/test/test_atexit.py +++ b/Lib/test/test_atexit.py
@@ -143,6 +143,7 @@ self.assertEqual(l, [5]) +@support.cpython_only class SubinterpreterTest(unittest.TestCase): def test_callbacks_leak(self):