]> granicus.if.org Git - python/commitdiff
Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 Nov 2015 20:33:33 +0000 (22:33 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 Nov 2015 20:33:33 +0000 (22:33 +0200)
was mutated by direct calls of dict methods.

1  2 
Lib/test/test_collections.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
Simple merge