]> 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:45:54 +0000 (03:45 -0700)
committerGitHub <noreply@github.com>
Mon, 10 Sep 2018 10:45:54 +0000 (03:45 -0700)
commite9119a5de67d5525f3be957fda239143453513bd
tree78ef530c1e4dfc578ecb7f36ab7acc492f757817
parent9c9ac9e69735a2854c2e0d41948385110b139abe
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