[Python-checkins] [python/cpython] e6a0b5: [2.7] bpo-27945: Fixed various segfaults with dict...

GitHub noreply at github.com
Sat May 20 13:05:28 EDT 2017


  Branch: refs/heads/2.7
  Home:   https://github.com/python/cpython
  Commit: e6a0b5982973e64b9fa28e5e3e54eb8c47882780
      https://github.com/python/cpython/commit/e6a0b5982973e64b9fa28e5e3e54eb8c47882780
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-05-20 (Sat, 20 May 2017)

  Changed paths:
    M Lib/test/test_dict.py
    M Misc/ACKS
    M Misc/NEWS
    M Objects/dictobject.c

  Log Message:
  -----------
  [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)




More information about the Python-checkins mailing list