]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #25410: Fixed a memory leak in OrderedDict in the case when key's hash
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 20 Oct 2015 15:22:36 +0000 (18:22 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 20 Oct 2015 15:22:36 +0000 (18:22 +0300)
calculation fails.


Trivial merge