[issue38785] Segmentation fault in asyncio

Andrew Svetlov report at bugs.python.org
Wed Nov 13 05:20:52 EST 2019


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

Thanks for the report!
I would say that deriving from the future class without calling super().__init__() is an error.
After fixing this the snippet raises expected "RuntimeError: yield was used instead of yield from in task" error.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38785>
_______________________________________


More information about the Python-bugs-list mailing list