diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-01-17 22:08:26 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-01-17 22:08:26 (GMT) |
commit | 175df1eeec334cbf1a8846835898424f287dd372 (patch) | |
tree | c6e449b8ed45c5acc54b43fe134f5a7a9cf0c8ca /Lib/test/test_capi.py | |
parent | 8c8adf6db7029d1350b8c2d4c9583ff995a9a97d (diff) | |
parent | b24d0d984c3a3410c1f1d58ac6d04a3f1274b8f1 (diff) | |
download | cpython-175df1eeec334cbf1a8846835898424f287dd372.zip cpython-175df1eeec334cbf1a8846835898424f287dd372.tar.gz cpython-175df1eeec334cbf1a8846835898424f287dd372.tar.bz2 |
Remove outdated statement
Diffstat (limited to 'Lib/test/test_capi.py')
-rw-r--r-- | 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 index af15a3d..5002c77 100644 --- a/Lib/test/test_capi.py +++ b/Lib/test/test_capi.py @@ -193,7 +193,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: |