[issue9534] OrderedDict.__del__ destructor throws AttributeError when process ends up with the exception trace

Raymond Hettinger report at bugs.python.org
Fri Aug 6 20:56:47 CEST 2010


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

There's not enough information here for me to follow-up.

It's unlikely that dict.clear() would product the message you see and the existing code for OrderedDict.__del__ and OrderedDict.clear() look correct to me.  The bug may be in your own code.

----------
priority: normal -> low

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


More information about the Python-bugs-list mailing list