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 cyhawk
Recipients cyhawk
Date 2008-03-25.16:03:37
SpamBayes Score 0.21272495
Marked as misclassified No
Message-id <1206461019.51.0.436013102667.issue2480@psf.upfronthosting.co.za>
In-reply-to
Content
So now I've learned that this is a result of the way Pickler is
implemented. I think that it would make sense to create an
implementation that is not that recursive and that would handle such
structures better.

I have now written one such implementation that is a subclass of the
original pickler and handles recursive data structures. I presume that
it is inferior in a couple of ways (performance and memory efficiency
probably), but a complete rewrite could probably create an
implementation that handles recursive data structures and is not inferior.
History
Date User Action Args
2008-03-25 16:03:40cyhawksetspambayes_score: 0.212725 -> 0.21272495
recipients: + cyhawk
2008-03-25 16:03:39cyhawksetspambayes_score: 0.212725 -> 0.212725
messageid: <1206461019.51.0.436013102667.issue2480@psf.upfronthosting.co.za>
2008-03-25 16:03:38cyhawklinkissue2480 messages
2008-03-25 16:03:38cyhawkcreate