From b24d0d984c3a3410c1f1d58ac6d04a3f1274b8f1 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Thu, 17 Jan 2013 23:08:03 +0100 Subject: [PATCH] Remove outdated statement --- Lib/test/test_capi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_capi.py b/Lib/test/test_capi.py index 4d931f8d3c6..e7afa55fd12 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: