Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

Is the problem because traceback_extract_stack is NULL?

But this will not fix the problem completely. For example calling repr() on a 
future can crash because of asyncio_future_repr_info_func == NULL. And many 
other operations use globals cleared in module_free().

----------
nosy: +serhiy.storchaka

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

Reply via email to