[Python-checkins] [python/cpython] 241c4a: bpo-30961: Fix decrementing a borrowed reference i...
GitHub
noreply at github.com
Tue Jul 18 12:50:53 EDT 2017
Branch: refs/heads/3.6
Home: https://github.com/python/cpython
Commit: 241c4a28d9fec7f2beffc9cbd21f156999959a9d
https://github.com/python/cpython/commit/241c4a28d9fec7f2beffc9cbd21f156999959a9d
Author: Xiang Zhang <angwerzx at 126.com>
Date: 2017-07-19 (Wed, 19 Jul 2017)
Changed paths:
A Misc/NEWS.d/next/Library/2017-07-18-23-47-51.bpo-30961.064jz0.rst
M Modules/_tracemalloc.c
Log Message:
-----------
bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747) (#2748)
(cherry picked from commit 4ed5ad79ec6c6270e6018bd0a55656305ee60907)
More information about the Python-checkins
mailing list