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-04.06:13:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370326404.91.0.637864616607.issue16991@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an updated patch that has fixes for recursive pickles and for a couple memory-related segfaults that I missed before.  That leaves the following to be done:

* handle the case where a node is deleted during iteration
* check for any reference cycles (should be fine)
* validate reentrancy (make sure everything is thread-safe around calls into Python)
* make sure subclassing is okay
* address any remaining TODOs in the code
History
Date User Action Args
2013-06-04 06:13:25eric.snowsetrecipients: + eric.snow, rhettinger, benjamin.peterson, ezio.melotti, eric.araujo, alex, asvetlov, flox, serhiy.storchaka
2013-06-04 06:13:24eric.snowsetmessageid: <1370326404.91.0.637864616607.issue16991@psf.upfronthosting.co.za>
2013-06-04 06:13:24eric.snowlinkissue16991 messages
2013-06-04 06:13:22eric.snowcreate