]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH-9051)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 20 Oct 2018 05:54:09 +0000 (22:54 -0700)
committerGitHub <noreply@github.com>
Sat, 20 Oct 2018 05:54:09 +0000 (22:54 -0700)
commitdcd56f615e89d4920a0598a9c3d3301701f238a6
treea387af35bdee1d32cedfdfbe2ab6184a0e0276da
parent1662bbf09fade0310d03736066e5c36611bb4b9b
bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH-9051)

(cherry picked from commit a5259fb05d03f4871837c14fed704541a20896c0)

Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
Lib/test/test_ordered_dict.py
Misc/NEWS.d/next/Library/2018-09-04-09-32-54.bpo-34574.X4RwYI.rst [new file with mode: 0644]
Objects/odictobject.c