[Python-checkins] [python/cpython] a819e5: [3.6] bpo-30936: Fix a reference leak in json when...

GitHub noreply at github.com
Sun Jul 16 00:48:10 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: a819e5e1e66a1a5f9a7073c8a1ff3c3f304c917b
      https://github.com/python/cpython/commit/a819e5e1e66a1a5f9a7073c8a1ff3c3f304c917b
  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:
  -----------
  [3.6] bpo-30936: Fix a reference leak in json when fail to sort keys. (GH-2712). (#2727)

(cherry picked from commit 49f6449ef4b81537c19b82329caaf60596c516c2)




More information about the Python-checkins mailing list