Yury Selivanov added the comment:

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)...

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24478>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to