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 pitrou
Recipients Alex.Willmer, christian.heimes, pitrou
Date 2019-06-11.08:07:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560240476.97.0.306909532004.issue37210@roundup.psfhosted.org>
In-reply-to
Content
Right, it is probably not possible to write a pure Python PickleBuffer. There's a reason it's written in C...

When you said "make PickleBuffer an optional dependency", I thought you intended to have a usable pure Python Pickler, but without support for the PickleBuffer class.
History
Date User Action Args
2019-06-11 08:07:56pitrousetrecipients: + pitrou, christian.heimes, Alex.Willmer
2019-06-11 08:07:56pitrousetmessageid: <1560240476.97.0.306909532004.issue37210@roundup.psfhosted.org>
2019-06-11 08:07:56pitroulinkissue37210 messages
2019-06-11 08:07:56pitroucreate