]> 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:21:24 +0000 (19:21 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 14 Oct 2015 16:21:24 +0000 (19:21 +0300)
commit992ec46acc1267729da141f683f2594f00ba9f57
treee3a6ac322df5d1d565732dd4381845e535073312
parentc1e98de7be2f6d1d34df36b37e45f97ed209c847
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
Objects/odictobject.c