Yury Selivanov added the comment:

Wow, Martin, this is a very interesting one.  Thanks so much for tracking this 
down and reducing the test case.

So far this doesn't seem to be related to async/await: the interpreter stack 
seems to enter some strange state under some conditions, and async/await just 
happens to be the thing that explodes.

To those trying to debug this: you don't need asyncio, just replace 
`loop.run_until_complete(main())` with `main().send(None)`.

----------

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

Reply via email to