]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Test dict values iterator pickling with pickle.HIGHEST_PROTOCOL. (GH-9052)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 10 Sep 2018 10:32:53 +0000 (03:32 -0700)
committerGitHub <noreply@github.com>
Mon, 10 Sep 2018 10:32:53 +0000 (03:32 -0700)
commit9f5351edbe8610f75174013be66a767fecf78fe2
tree8c842e156011135d3e6cce2654378e5c3e049386
parent8eda821d1b8db374bf963cf18b5c7f063366b062
Test dict values iterator pickling with pickle.HIGHEST_PROTOCOL. (GH-9052)

(cherry picked from commit 1f36bf6077d93cb43fd84bea4a8a625fa772d1fa)

Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
Lib/test/test_dict.py