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 sbt
Recipients sbt
Date 2012-03-16.14:04:46
SpamBayes Score 4.047129e-06
Marked as misclassified No
Message-id <1331906688.53.0.0988257452578.issue14335@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch reimplements ForkingPickler using the new dispatch_table attribute.

This allows ForkingPickler to subclass Pickler (implemented in C) instead of _Pickler (implemented in Python).
History
Date User Action Args
2012-03-16 14:04:48sbtsetrecipients: + sbt
2012-03-16 14:04:48sbtsetmessageid: <1331906688.53.0.0988257452578.issue14335@psf.upfronthosting.co.za>
2012-03-16 14:04:47sbtlinkissue14335 messages
2012-03-16 14:04:47sbtcreate