[issue17703] Trash can mechanism segfault during interpreter finalization in Python 2.7.4

Antoine Pitrou report at bugs.python.org
Fri Apr 12 17:39:27 CEST 2013


Antoine Pitrou added the comment:

By the way, why do you try to clean up the dictionary at this point? Any non-trivial deallocation code (e.g. __del__ method) will fail running.

----------

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


More information about the Python-bugs-list mailing list