[Python-checkins] [python/cpython] f73447: [3.4] [3.5] bpo-27945: Fixed various segfaults wit...

GitHub noreply at github.com
Tue Jul 11 09:30:23 EDT 2017


  Branch: refs/heads/3.4
  Home:   https://github.com/python/cpython
  Commit: f7344798e57da6b9c4ed9372e8eaecde80989c86
      https://github.com/python/cpython/commit/f7344798e57da6b9c4ed9372e8eaecde80989c86
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

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

  Log Message:
  -----------
  [3.4] [3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (GH-1678) (#2248)

Based on patches by Duane Griffin and Tim Mitchell.
(cherry picked from commit 753bca3934a7618a4fa96e107ad1c5c18633a683).
(cherry picked from commit 2f7f533cf6fb57fcedcbc7bd454ac59fbaf2c655)




More information about the Python-checkins mailing list