Raymond Hettinger added the comment:

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.

----------
nosy: +eric.snow, pitrou

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23841>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to