mirror of
https://github.com/python/cpython.git
synced 2025-09-22 16:33:26 +00:00
asyncio: Reverting 69d474dab479 as issue #21645 is now closed and debug is no longer needed
This commit is contained in:
parent
d1223a7adc
commit
f45ea46fe8
1 changed files with 0 additions and 6 deletions
|
@ -596,12 +596,6 @@ class StreamReaderTests(test_utils.TestCase):
|
||||||
|
|
||||||
code = """\
|
code = """\
|
||||||
import os, sys
|
import os, sys
|
||||||
try:
|
|
||||||
import faulthandler
|
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
else:
|
|
||||||
faulthandler.dump_traceback_later(60, exit=True)
|
|
||||||
fd = int(sys.argv[1])
|
fd = int(sys.argv[1])
|
||||||
os.write(fd, b'data')
|
os.write(fd, b'data')
|
||||||
os.close(fd)
|
os.close(fd)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue