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 christian.heimes
Recipients christian.heimes, pitrou
Date 2019-06-09.20:23:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560111812.29.0.301182333638.issue37210@roundup.psfhosted.org>
In-reply-to
Content
In https://twitter.com/moreati/status/1137815804530049028 Alex Willmer wrote:

> In CPython 3.8dev the pure http://pickle.py  module now depends on the C _pickle module, but only for one class https://github.com/python/cpython/blob/c879ff247ae1b67a790ff98d2d59145302cd4e4e/Lib/pickle.py#L39

Antoine, would it make sense turn _pickle.PickleBuffer into an optional dependency? The class is only used for pickle 5 as described in PEP 574, https://www.python.org/dev/peps/pep-0574/
History
Date User Action Args
2019-06-09 20:23:32christian.heimessetrecipients: + christian.heimes, pitrou
2019-06-09 20:23:32christian.heimessetmessageid: <1560111812.29.0.301182333638.issue37210@roundup.psfhosted.org>
2019-06-09 20:23:32christian.heimeslinkissue37210 messages
2019-06-09 20:23:32christian.heimescreate