This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author valgog
Recipients valgog
Date 2010-08-06.11:48:04
SpamBayes Score 0.0029474369
Marked as misclassified No
Message-id <1281095286.81.0.328749516858.issue9534@psf.upfronthosting.co.za>
In-reply-to
Content
When the process is dying with the exception trace dump, I am getting the following notification from the destructor of the OrderedDict class::

  Exception AttributeError: "'NoneType' object has no attribute 'print_exc'" in <bound method OrderedDict.__del__ of OrderedDict([('key', 'value')])> ignored

In the source of the OrderedDict the only operation that is not included in the try..catch is the dict.clear(self) actually. So I suppose that this problem is in dict.clear() implementation...
History
Date User Action Args
2010-08-06 11:48:06valgogsetrecipients: + valgog
2010-08-06 11:48:06valgogsetmessageid: <1281095286.81.0.328749516858.issue9534@psf.upfronthosting.co.za>
2010-08-06 11:48:04valgoglinkissue9534 messages
2010-08-06 11:48:04valgogcreate