[Python-checkins] [python/cpython] ee2294: [3.5] bpo-30243: Fixed the possibility of a crash ...

GitHub noreply at github.com
Fri May 5 03:40:49 EDT 2017


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

  Changed paths:
    M Misc/NEWS
    M Modules/_json.c

  Log Message:
  -----------
  [3.5] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1470)

It was possible to get a core dump by using uninitialized
_json objects. Now __new__ methods create initialized objects.
__init__ methods are removed..
(cherry picked from commit 76a3e51a403bc84ed536921866c86dd7d07aaa7e)




More information about the Python-checkins mailing list