Browse Source

Remove outdated statement

pull/2332/head
Antoine Pitrou 13 years ago
parent
commit
175df1eeec
  1. 1
      Lib/test/test_capi.py

1
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:

Loading…
Cancel
Save