[issue33623] Fix possible SIGSGV when asyncio.Future is created in __del__

Yury Selivanov report at bugs.python.org
Mon May 28 11:11:14 EDT 2018


Yury Selivanov <yselivanov at gmail.com> added the comment:

There's nothing specific here to uvloop except the fact that it was compiled with Cython, so module finalization/GC pattern is slightly different to that of vanilla asyncio.

Serhiy, I'm merging this PR since I'd like to avoid having segfaults in 3.7.0.  Feel free to debug this further.

----------

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


More information about the Python-bugs-list mailing list