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日 (2017年7月16日) 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)