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-09.21:01:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560114067.72.0.2072738214.issue37210@roundup.psfhosted.org>
In-reply-to
Content
In short I'm not against making PickleBuffer optional but I'm not sure it makes a lot of sense.  Would you make memoryview optional because it's written in C?  Is anyone annoyed by the fact that something comes from _pickle.c.

(note that the pure Python Pickler class *does* work with PickleBuffer; so you don't lose any extensability or customizability by using PickleBuffer)

In any case, I won't do the work myself, so feel free to draft a PR so that we see the magnitude of the changes required.
History
Date User Action Args
2019-06-09 21:01:07pitrousetrecipients: + pitrou, christian.heimes, Alex.Willmer
2019-06-09 21:01:07pitrousetmessageid: <1560114067.72.0.2072738214.issue37210@roundup.psfhosted.org>
2019-06-09 21:01:07pitroulinkissue37210 messages
2019-06-09 21:01:07pitroucreate