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, pitrou, serhiy.storchaka
Date 2015-03-08.17:50:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425837040.48.0.408829364916.issue23611@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch allows Python implementation of the pickle module to pickle nested names (e.g. methods) with protocols < 4. Pickled data is compatible with old releases.

If this is good I'll write C implementation.
History
Date User Action Args
2015-03-08 17:50:40serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, alexandre.vassalotti
2015-03-08 17:50:40serhiy.storchakasetmessageid: <1425837040.48.0.408829364916.issue23611@psf.upfronthosting.co.za>
2015-03-08 17:50:40serhiy.storchakalinkissue23611 messages
2015-03-08 17:50:40serhiy.storchakacreate