]> granicus.if.org Git - python/commit
Include the highest pickle protocol in a couple of tests. (GH-10735)
authorZackery Spytz <zspytz@gmail.com>
Tue, 27 Nov 2018 05:40:49 +0000 (22:40 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 27 Nov 2018 05:40:49 +0000 (07:40 +0200)
commitd1cbc6f8a00cf881ced6238c5e652054e8fdc30f
treea3efeedb0d9f65c7b48a7682d1764e62a11e1781
parentda324d53d420347344236ff64cf5eb9b675d6f86
Include the highest pickle protocol in a couple of tests. (GH-10735)

test_reduce_ex() in test_array.py and
test_reversevaluesiterator_pickling() in test_dict.py weren't using
the highest pickle protocol.
Lib/test/test_array.py
Lib/test/test_dict.py