http://hg.python.org/cpython/rev/0e191a9d9a13 changeset: 81564:0e191a9d9a13 parent: 81561:144c82bebf17 parent: 81563:c6276dea445c user: Antoine Pitrou <solipsis at pitrou.net> date: Thu Jan 17 23:09:07 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 @@ -193,7 +193,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