diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-01-17 22:09:07 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-01-17 22:09:07 (GMT) |
commit | 53e10cc584e959c5b209d43e460ba523725dc446 (patch) | |
tree | ccb7c62fc18ed8ffb1baff7594ce9a8824f4f3cc /Lib/test | |
parent | 5cc36bc6a4812f6954535743388713fb5554e6ae (diff) | |
parent | 175df1eeec334cbf1a8846835898424f287dd372 (diff) | |
download | cpython-53e10cc584e959c5b209d43e460ba523725dc446.zip cpython-53e10cc584e959c5b209d43e460ba523725dc446.tar.gz cpython-53e10cc584e959c5b209d43e460ba523725dc446.tar.bz2 |
Remove outdated statement
Diffstat (limited to 'Lib/test')
-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: |