]> granicus.if.org Git - python/commit
Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 Nov 2015 20:33:07 +0000 (22:33 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 Nov 2015 20:33:07 +0000 (22:33 +0200)
commit710cd34bdbaddda5c5f03033c068e44a1bac7f21
tree3d46562db71c1e242fd2fdf498715b79ba4925e9
parentb45b7b213742261c95324766027d44e30656b8e7
Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that
was mutated by direct calls of dict methods.
Lib/test/test_collections.py
Misc/NEWS
Objects/odictobject.c