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 serhiy.storchaka
Recipients alexandre.vassalotti, asksol, dimitrios, jnoller, serhiy.storchaka
Date 2015-02-06.20:09:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423253365.16.0.344001628553.issue10717@psf.upfronthosting.co.za>
In-reply-to
Content
I think this issue should be closed as "won't fix". In Python 3 both Pickler implementations have dispatch_table, but in Python 2 there is no way to use private dispatch table. The solution is to migrate to Python 3.
History
Date User Action Args
2015-02-06 20:09:25serhiy.storchakasetrecipients: + serhiy.storchaka, alexandre.vassalotti, jnoller, asksol, dimitrios
2015-02-06 20:09:25serhiy.storchakasetmessageid: <1423253365.16.0.344001628553.issue10717@psf.upfronthosting.co.za>
2015-02-06 20:09:25serhiy.storchakalinkissue10717 messages
2015-02-06 20:09:25serhiy.storchakacreate