]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea.
authorRaymond Hettinger <python@rcn.com>
Sat, 31 Dec 2016 19:01:59 +0000 (12:01 -0700)
committerRaymond Hettinger <python@rcn.com>
Sat, 31 Dec 2016 19:01:59 +0000 (12:01 -0700)
commitb46ea9034349b9d713daff581e624afe07916629
tree57d100415241ca7a3fcc7b76333471e613028844
parent6b5e4a86a7f53bcdc565d1eb6d88c17d16b64a2f
Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea.
Lib/collections/__init__.py
Misc/ACKS
Misc/NEWS