Commit f45ea46f authored by Yury Selivanov's avatar Yury Selivanov

asyncio: Reverting 69d474dab479 as issue #21645 is now closed and debug is no longer needed

parent d1223a7a
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment