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 vstinner
Recipients Alex.Willmer, christian.heimes, pitrou, vstinner
Date 2019-06-12.14:13:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560348784.93.0.642363751131.issue37210@roundup.psfhosted.org>
In-reply-to
Content
I wrote a simple PR, PR 14016, to fix the pure Python implementation of pickle: simply restrict pickle to protocol 4 if PickleBuffer is missing.
History
Date User Action Args
2019-06-12 14:13:04vstinnersetrecipients: + vstinner, pitrou, christian.heimes, Alex.Willmer
2019-06-12 14:13:04vstinnersetmessageid: <1560348784.93.0.642363751131.issue37210@roundup.psfhosted.org>
2019-06-12 14:13:04vstinnerlinkissue37210 messages
2019-06-12 14:13:04vstinnercreate