Eric Snow added the comment:

I figured out what I hope were the last memory-related issues.  Apparently 
tp_traverse is not inherited if tp_flags is set.  I had it set on all the view 
types and all the iterator types.  So during GC it would blow up when it tried 
to call tp_traverse.

Everything is looking pretty good so I'm attaching the latest diff.

----------
Added file: http://bugs.python.org/file30661/cOrderedDict.diff

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

Reply via email to