commit | df59273c7a384ea8c890fa8e9b80c92825df841c | [log] [tgz] |
---|---|---|
author | Zackery Spytz <zspytz@gmail.com> | Thu Oct 29 03:44:35 2020 -0600 |
committer | GitHub <noreply@github.com> | Thu Oct 29 02:44:35 2020 -0700 |
tree | a2d465e633a7d73df8741923d8901f0f0411f09e | |
parent | 4173320920706b49a004bdddd8d7108e8984e3fc [diff] |
bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve (GH-19639) Use pickle.DEFAULT_PROTOCOL (currently 5) in shelve instead of a hardcoded 3.