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, vstinner
Date 2015-03-26.23:17:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427411854.77.0.197945500512.issue23611@psf.upfronthosting.co.za>
In-reply-to
Content
Pickle is backward compatible and Python 2 usually is able to unpickle data pickled by Python 3 with protocol < 3. The patch doesn't break compatibility. Current default protocol is 3 for compatibility with older Python 3 versions. It is used in multiprocessing and this is not configurable.
History
Date User Action Args
2015-03-26 23:17:34serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, alexandre.vassalotti
2015-03-26 23:17:34serhiy.storchakasetmessageid: <1427411854.77.0.197945500512.issue23611@psf.upfronthosting.co.za>
2015-03-26 23:17:34serhiy.storchakalinkissue23611 messages
2015-03-26 23:17:34serhiy.storchakacreate