diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-01-17 22:08:03 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-01-17 22:08:03 (GMT) |
commit | b24d0d984c3a3410c1f1d58ac6d04a3f1274b8f1 (patch) | |
tree | 7cd9e0f3a5ad23865ae8e44454e64be368a97c99 | |
parent | 809067c3c5256d76dbc20db5d5ee11e6d0809c9b (diff) | |
download | cpython-b24d0d984c3a3410c1f1d58ac6d04a3f1274b8f1.zip cpython-b24d0d984c3a3410c1f1d58ac6d04a3f1274b8f1.tar.gz cpython-b24d0d984c3a3410c1f1d58ac6d04a3f1274b8f1.tar.bz2 |
Remove outdated statement
-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 4d931f8..e7afa55 100644 --- a/Lib/test/test_capi.py +++ b/Lib/test/test_capi.py @@ -170,7 +170,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: |