]> granicus.if.org Git - python/commit
[2.7] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1681)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 20 May 2017 17:05:27 +0000 (20:05 +0300)
committerGitHub <noreply@github.com>
Sat, 20 May 2017 17:05:27 +0000 (20:05 +0300)
commite6a0b5982973e64b9fa28e5e3e54eb8c47882780
treea6c1100a348da828785bebe5d921a0abfc5b9330
parente9f9b042781e3cb480315860bcdf7b7d22cba0f8
[2.7] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1681)

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