Message 378885 - Python tracker

Message378885

Author marco-c
Recipients marco-c
Date 2020-10-18.18:58:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603047525.23.0.754911707422.issue42071@roundup.psfhosted.org>
In-reply-to
Content
Shelve is currently defaulting to Pickle protocol 3, instead of using Pickle's default protocol for the Python version in use.

This way, Shelve's users don't benefit from improvements introduced in newer Pickle protocols, unless they notice it and manually pass a newer protocol version to shelve.open or the Shelf constructor.
History
Date User Action Args
2020-10-18 18:58:45marco-csetrecipients: + marco-c
2020-10-18 18:58:45marco-csetmessageid: <1603047525.23.0.754911707422.issue42071@roundup.psfhosted.org>
2020-10-18 18:58:45marco-clinkissue42071 messages
2020-10-18 18:58:45marco-ccreate