]> granicus.if.org Git - python/commit
[3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1678)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 20 May 2017 10:06:47 +0000 (13:06 +0300)
committerGitHub <noreply@github.com>
Sat, 20 May 2017 10:06:47 +0000 (13:06 +0300)
commit2f7f533cf6fb57fcedcbc7bd454ac59fbaf2c655
tree8d742263c40479bb08e857b0a40d71e63e7ad59d
parent4a86fe9d3f5e7af6f019ae22536eec228f04e22e
[3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1678)

Based on patches by Duane Griffin and Tim Mitchell.
(cherry picked from commit 753bca3934a7618a4fa96e107ad1c5c18633a683)
Lib/test/test_dict.py
Misc/ACKS
Misc/NEWS
Objects/dictobject.c