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 rhettinger
Recipients eric.snow, piotr.dobrogost, pitrou, rhettinger, ssbarnea
Date 2015-04-05.03:09:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428203367.38.0.923934568645.issue23841@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine, I could use a second pair of eyes to see what is going on there.  It looks like an upstream __del__() method is trying to iterate over an OrderedDict that was already being shutdown (the hardroot link no longer exists).  That said, I don't see how the OD can be partially shutdown if the upstream code still has a reference to the OD in the adapters.
History
Date User Action Args
2015-04-05 03:09:27rhettingersetrecipients: + rhettinger, pitrou, ssbarnea, eric.snow, piotr.dobrogost
2015-04-05 03:09:27rhettingersetmessageid: <1428203367.38.0.923934568645.issue23841@psf.upfronthosting.co.za>
2015-04-05 03:09:27rhettingerlinkissue23841 messages
2015-04-05 03:09:26rhettingercreate