[Python-checkins] [python/cpython] 76a3e5: bpo-30243: Fixed the possibility of a crash in _js...

GitHub noreply at github.com
Fri May 5 03:08:51 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 76a3e51a403bc84ed536921866c86dd7d07aaa7e
      https://github.com/python/cpython/commit/76a3e51a403bc84ed536921866c86dd7d07aaa7e
  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:
  -----------
  bpo-30243: Fixed the possibility of a crash in _json. (#1420)

It was possible to get a core dump by using uninitialized
_json objects. Now __new__ methods create initialized objects.
__init__ methods are removed.




More information about the Python-checkins mailing list