[issue24478] asyncio: segfault in test_env_var_debug() on non-debug Windows buildbot

Yury Selivanov report at bugs.python.org
Mon Jun 22 23:50:09 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue24478>
_______________________________________


More information about the Python-bugs-list mailing list