mirror of https://github.com/python/cpython
asyncio: Reverting 69d474dab479 as issue #21645 is now closed and debug is no longer needed
This commit is contained in:
parent
d1223a7adc
commit
f45ea46fe8
|
@ -596,12 +596,6 @@ class StreamReaderTests(test_utils.TestCase):
|
|||
|
||||
code = """\
|
||||
import os, sys
|
||||
try:
|
||||
import faulthandler
|
||||
except ImportError:
|
||||
pass
|
||||
else:
|
||||
faulthandler.dump_traceback_later(60, exit=True)
|
||||
fd = int(sys.argv[1])
|
||||
os.write(fd, b'data')
|
||||
os.close(fd)
|
||||
|
|
Loading…
Reference in New Issue