New submission from Brett Cannon: 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' ---------- components: asyncio messages: 239704 nosy: brett.cannon, gvanrossum, haypo, yselivanov priority: normal severity: normal stage: needs patch status: open title: test_asyncio fails when run under -O versions: Python 3.5 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue23819> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com