[Python-checkins] [python/cpython] 49f644: bpo-30936: Fix a reference leak in json when fail ...

GitHub noreply at github.com
Sun Jul 16 00:29:18 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 49f6449ef4b81537c19b82329caaf60596c516c2
      https://github.com/python/cpython/commit/49f6449ef4b81537c19b82329caaf60596c516c2
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-07-16 (Sun, 16 Jul 2017)

  Changed paths:
    M Lib/test/test_json/test_speedups.py
    M Modules/_json.c

  Log Message:
  -----------
  bpo-30936: Fix a reference leak in json when fail to sort keys. (#2712)




More information about the Python-checkins mailing list