From: Antoine Pitrou Date: Thu, 17 Jan 2013 22:08:03 +0000 (+0100) Subject: Remove outdated statement X-Git-Tag: v3.2.4rc1~215 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b24d0d984c3a3410c1f1d58ac6d04a3f1274b8f1;p=thirdparty%2FPython%2Fcpython.git Remove outdated statement --- diff --git a/Lib/test/test_capi.py b/Lib/test/test_capi.py index 4d931f8d3c6e..e7afa55fd12e 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: