http://hg.python.org/cpython/rev/ce6dc780e69e changeset: 81562:ce6dc780e69e branch: 3.2 parent: 81547:c7dfc307b88e user: Antoine Pitrou <solipsis at pitrou.net> date: Thu Jan 17 23:08:03 2013 +0100 summary: Remove outdated statement files: 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 --- a/Lib/test/test_capi.py +++ b/Lib/test/test_capi.py @@ -170,7 +170,6 @@ 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: -- Repository URL: http://hg.python.org/cpython