From: Antoine Pitrou Date: Thu, 17 Jan 2013 22:08:03 +0000 (+0100) Subject: Remove outdated statement X-Git-Tag: v3.3.1rc1~340^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b24d0d984c3a3410c1f1d58ac6d04a3f1274b8f1;p=python Remove outdated statement --- diff --git a/Lib/test/test_capi.py b/Lib/test/test_capi.py index 4d931f8d3c..e7afa55fd1 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: