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 brett.cannon
Recipients brett.cannon, gvanrossum, vstinner, yselivanov
Date 2015-03-31.13:31:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427808695.9.0.385563565443.issue23819@psf.upfronthosting.co.za>
In-reply-to
Content
Ton of failures along the lines of:

======================================================================
ERROR: test_ctor (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/bcannon/Repositories/cpython/default/Lib/test/test_asyncio/test_unix_events.py", line 329, in setUp
    self.loop = self.new_test_loop()
  File "/Users/bcannon/Repositories/cpython/default/Lib/asyncio/test_utils.py", line 413, in new_test_loop
    self.set_event_loop(loop)
  File "/Users/bcannon/Repositories/cpython/default/Lib/asyncio/test_utils.py", line 407, in set_event_loop
    events.set_event_loop(None)
  File "/Users/bcannon/Repositories/cpython/default/Lib/asyncio/events.py", line 581, in set_event_loop
    get_event_loop_policy().set_event_loop(loop)
AttributeError: 'object' object has no attribute 'set_event_loop'
History
Date User Action Args
2015-03-31 13:31:35brett.cannonsetrecipients: + brett.cannon, gvanrossum, vstinner, yselivanov
2015-03-31 13:31:35brett.cannonsetmessageid: <1427808695.9.0.385563565443.issue23819@psf.upfronthosting.co.za>
2015-03-31 13:31:35brett.cannonlinkissue23819 messages
2015-03-31 13:31:35brett.cannoncreate