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 yselivanov
Recipients gvanrossum, paul.moore, steve.dower, tim.golden, vstinner, yselivanov, zach.ware
Date 2015-06-22.21:50:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435009809.8.0.664330275779.issue24478@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Zachary,

This is extremely strange.  The test doesn't even start the loop, it only creates it, and prints out what 'get_debug' says.

It can't be 'sys.set_coroutine_wrapper' either, as it's only called when a loop is running, or when it's about to start/stop running.

The change in "96411:d1959cafc68c" can only affect running coroutines, but I don't think the tests invokes any.

asyncio itself does not even have any 'async def' functions (only in test_pep492.py)...
History
Date User Action Args
2015-06-22 21:50:09yselivanovsetrecipients: + yselivanov, gvanrossum, paul.moore, vstinner, tim.golden, zach.ware, steve.dower
2015-06-22 21:50:09yselivanovsetmessageid: <1435009809.8.0.664330275779.issue24478@psf.upfronthosting.co.za>
2015-06-22 21:50:09yselivanovlinkissue24478 messages
2015-06-22 21:50:09yselivanovcreate