[Python-checkins] cpython (merge 3.2 -> 3.3): Remove outdated statement

antoine.pitrou python-checkins at python.org
Thu Jan 17 23:11:52 CET 2013


http://hg.python.org/cpython/rev/c6276dea445c
changeset:   81563:c6276dea445c
branch:      3.3
parent:      81560:937e9df47ccd
parent:      81562:ce6dc780e69e
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Thu Jan 17 23:08:26 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


More information about the Python-checkins mailing list