[issue25619] Exception AttributeError: "'NoneType'.... thrown on exit

R. David Murray report at bugs.python.org
Sat Nov 14 15:00:46 EST 2015


R. David Murray added the comment:

Yes, well, that is part of the fragility of python2's shutdown garbage collection, and one of the reasons it got improved.  Changing the name of a function can change the order things get retrieved from various internal dictionaries, because they are hash tables.

----------

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


More information about the Python-bugs-list mailing list