[Python-Dev] Why is pickle.DEFAULT_PROTOCOL still 3? (original) (raw)
Lukasz Langa lukasz at langa.pl
Mon Apr 2 16:48:46 EDT 2018
- Previous message (by thread): [Python-Dev] [Crosspost from python-committers] Announcing: signups are open for the 2018 Python Language Summit
- Next message (by thread): [Python-Dev] Why is pickle.DEFAULT_PROTOCOL still 3?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Pickle protocol version 4.0 was originally defined back in PEP 3154 and shipped as part of Python 3.4 back in 2011. Yet it's still not the default. There's a number of things that would run faster with it like multiprocessing.
This is too late for 3.7 which is a shame but can we at least bump it for 3.8?
- Ł -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 874 bytes Desc: Message signed with OpenPGP URL: <http://mail.python.org/pipermail/python-dev/attachments/20180402/2ee03ebc/attachment.sig>
- Previous message (by thread): [Python-Dev] [Crosspost from python-committers] Announcing: signups are open for the 2018 Python Language Summit
- Next message (by thread): [Python-Dev] Why is pickle.DEFAULT_PROTOCOL still 3?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]