[Python-checkins] [python/cpython] 45c471: [3.5] bpo-30936: Fix a reference leak in json when...
GitHub
noreply at github.com
Sun Jul 16 00:50:38 EDT 2017
Branch: refs/heads/3.5
Home: https://github.com/python/cpython
Commit: 45c471c04553d7e4cb5c328ea1ab02d6716f2bab
https://github.com/python/cpython/commit/45c471c04553d7e4cb5c328ea1ab02d6716f2bab
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.5] bpo-30936: Fix a reference leak in json when fail to sort keys. (GH-2712). (#2728)
(cherry picked from commit 49f6449ef4b81537c19b82329caaf60596c516c2)
More information about the Python-checkins
mailing list