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 Arfrever
Recipients Arfrever, giampaolo.rodola, gvanrossum, pitrou, python-dev, serhiy.storchaka, vstinner, yselivanov
Date 2015-10-11.08:20:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444551614.15.0.652111614641.issue25367@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
ERROR: test_asyncio_1 (test.test_coroutines.CoroAsyncIOCompatTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/cpython/Lib/test/test_coroutines.py", line 1351, in test_asyncio_1
    loop = asyncio.new_event_loop()
NameError: name 'asyncio' is not defined

----------------------------------------------------------------------
History
Date User Action Args
2015-10-11 08:20:14Arfreversetrecipients: + Arfrever, gvanrossum, pitrou, vstinner, giampaolo.rodola, python-dev, serhiy.storchaka, yselivanov
2015-10-11 08:20:14Arfreversetmessageid: <1444551614.15.0.652111614641.issue25367@psf.upfronthosting.co.za>
2015-10-11 08:20:14Arfreverlinkissue25367 messages
2015-10-11 08:20:13Arfrevercreate