[issue6531] atexit_callfuncs() crashing within Py_Finalize() when using multiple interpreters.

Antoine Pitrou report at bugs.python.org
Mon Jan 16 19:00:05 CET 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

Hmm, it seems I may be mistaken about the second point. m_index is actually generated such that all modules end up in the same position in the interpreters' respective modules_by_index lists. Sorry.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6531>
_______________________________________


More information about the Python-bugs-list mailing list