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 eric.snow
Recipients alex, asvetlov, benjamin.peterson, eric.araujo, eric.snow, ezio.melotti, flox, rhettinger, serhiy.storchaka
Date 2013-06-21.06:42:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371796968.62.0.530883221021.issue16991@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-06-21 06:42:49eric.snowsetrecipients: + eric.snow, rhettinger, benjamin.peterson, ezio.melotti, eric.araujo, alex, asvetlov, flox, serhiy.storchaka
2013-06-21 06:42:48eric.snowsetmessageid: <1371796968.62.0.530883221021.issue16991@psf.upfronthosting.co.za>
2013-06-21 06:42:48eric.snowlinkissue16991 messages
2013-06-21 06:42:48eric.snowcreate