mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Remove outdated statement
This commit is contained in:
commit
175df1eeec
1 changed files with 0 additions and 1 deletions
|
@ -193,7 +193,6 @@ class TestPendingCalls(unittest.TestCase):
|
||||||
self.pendingcalls_wait(l, n)
|
self.pendingcalls_wait(l, n)
|
||||||
|
|
||||||
def test_subinterps(self):
|
def test_subinterps(self):
|
||||||
# XXX this test leaks in refleak runs
|
|
||||||
import builtins
|
import builtins
|
||||||
r, w = os.pipe()
|
r, w = os.pipe()
|
||||||
code = """if 1:
|
code = """if 1:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue