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 amaury.forgeotdarc
Recipients alexandre.vassalotti, amaury.forgeotdarc, jnoller
Date 2008-08-17.23:50:43
SpamBayes Score 2.444937e-05
Marked as misclassified No
Message-id <1219017044.42.0.218703323561.issue3385@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe I missed something, but the (subclassable) python implementation
of Pickler is still available with another name:

from pickle import _Pickler as Pickler
class ForkingPickler(Pickler):
    dispatch = Pickler.dispatch.copy()
History
Date User Action Args
2008-08-17 23:50:44amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, alexandre.vassalotti, jnoller
2008-08-17 23:50:44amaury.forgeotdarcsetmessageid: <1219017044.42.0.218703323561.issue3385@psf.upfronthosting.co.za>
2008-08-17 23:50:43amaury.forgeotdarclinkissue3385 messages
2008-08-17 23:50:43amaury.forgeotdarccreate