This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients asvetlov, lukasz.langa, vstinner, yselivanov
Date 2017-12-13.20:59:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513198747.26.0.213398074469.issue32296@psf.upfronthosting.co.za>
In-reply-to
Content
Hum, sometimes it's better to wait for AppVeyor :-) You broke all Windows buildbots! :-) Example:

http://buildbot.python.org/all/#/builders/40/builds/278

======================================================================
ERROR: test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestCGetEventLoop)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_asyncio\test_events.py", line 2738, in setUp
    watcher = asyncio.SafeChildWatcher()
AttributeError: module 'asyncio' has no attribute 'SafeChildWatcher'
======================================================================
ERROR: test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestPyGetEventLoop)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_asyncio\test_events.py", line 2738, in setUp
    watcher = asyncio.SafeChildWatcher()
AttributeError: module 'asyncio' has no attribute 'SafeChildWatcher'
History
Date User Action Args
2017-12-13 20:59:07vstinnersetrecipients: + vstinner, asvetlov, lukasz.langa, yselivanov
2017-12-13 20:59:07vstinnersetmessageid: <1513198747.26.0.213398074469.issue32296@psf.upfronthosting.co.za>
2017-12-13 20:59:07vstinnerlinkissue32296 messages
2017-12-13 20:59:07vstinnercreate