diff options
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_capi.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_capi.py b/Lib/test/test_capi.py index 4d931f8..e7afa55 100644 --- a/Lib/test/test_capi.py +++ b/Lib/test/test_capi.py @@ -170,7 +170,6 @@ class TestPendingCalls(unittest.TestCase): self.pendingcalls_wait(l, n) def test_subinterps(self): - # XXX this test leaks in refleak runs import builtins r, w = os.pipe() code = """if 1: |