[Python-checkins] cpython: asyncio: Reverting 69d474dab479 as issue #21645 is now closed and debug is no

yury.selivanov python-checkins at python.org
Thu Sep 25 05:42:01 CEST 2014


https://hg.python.org/cpython/rev/fe456770b454
changeset:   92575:fe456770b454
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Wed Sep 24 23:41:28 2014 -0400
summary:
  asyncio: Reverting 69d474dab479 as issue #21645 is now closed and debug is no longer needed

files:
  Lib/test/test_asyncio/test_streams.py |  6 ------
  1 files changed, 0 insertions(+), 6 deletions(-)


diff --git a/Lib/test/test_asyncio/test_streams.py b/Lib/test/test_asyncio/test_streams.py
--- a/Lib/test/test_asyncio/test_streams.py
+++ b/Lib/test/test_asyncio/test_streams.py
@@ -596,12 +596,6 @@
 
         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)

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list