diff options
-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 af15a3d..5002c77 100644 --- a/Lib/test/test_capi.py +++ b/Lib/test/test_capi.py @@ -193,7 +193,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: |