STINNER Victor added the comment:

> Can you explain what the actual cause of the crash is?

I modified locally my Python source code (I worked on a patch for 
PyFrame_LocalsToFast(), issue #18408), the crash was a bug in my code, it's 
unrelated to the issue.

I opened an issue because I'm surprised that Python tries to import a module 
which was just unloaded, during its finalization procedure.

----------

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

Reply via email to