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

Serhiy Storchaka report at bugs.python.org
Wed May 23 16:02:25 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Then we should find what callable is NULL and fix the place where it is called. _PyObject_FastCallDict() should never be called with NULL.

----------

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


More information about the Python-bugs-list mailing list