]> granicus.if.org Git - python/commit
Issue #25406: Fixed a bug in C implementation of OrderedDict.move_to_end()
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 14 Oct 2015 16:22:44 +0000 (19:22 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 14 Oct 2015 16:22:44 +0000 (19:22 +0300)
commitdbb98c1443fa312964cda8b851c7bca9323588de
treea2b2a3a6634bb61b805867446f31cad61ecb4b3f
parent83ff8a68324dfe54af8baf7e67f81b2db567ae7a
parent992ec46acc1267729da141f683f2594f00ba9f57
Issue #25406: Fixed a bug in C implementation of OrderedDict.move_to_end()
that caused segmentation fault or hang in iterating after moving several
items to the start of ordered dict.
Lib/test/test_collections.py
Misc/NEWS