We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d55cb commit 3358feeCopy full SHA for 3358fee
graalpython/lib-python/3/test/test_threading.py
@@ -856,7 +856,7 @@ def test_4_daemon_threads(self):
856
857
def random_io():
858
'''Loop for a while sleeping random tiny amounts and doing some I/O.'''
859
- import test.test_threading as mod
+ import __future__ as mod
860
while True:
861
with open(mod.__file__, 'rb') as in_f:
862
stuff = in_f.read(200)
0 commit comments