[issue19421] FileIO destructor imports indirectly the io module at exit

STINNER Victor report at bugs.python.org
Mon Oct 28 19:46:38 CET 2013


STINNER Victor added the comment:

+            PyErr_SetString(PyExc_ImportError, "__import__ blocked Python finalization");

Oops, I forgot "during" word before Python finalization. "import" is maybe less surprising than "__import__".

----------

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


More information about the Python-bugs-list mailing list