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