]> 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:33 +0000 (22:33 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 Nov 2015 20:33:33 +0000 (22:33 +0200)
commitf83afa508f15fc8744bb68690384668bd4939aa8
tree780cf0dd41740336951d11da8665d2de94ecaa7b
parent161b6ff19c2d842b41cc957a1122f3d5aa7a9b2e
parent710cd34bdbaddda5c5f03033c068e44a1bac7f21
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