[Python-checkins] [python/cpython] 4ed5ad: bpo-30961: Fix decrementing a borrowed reference i...
GitHub
noreply at github.com
Tue Jul 18 12:33:32 EDT 2017
Branch: refs/heads/master
Home: https://github.com/python/cpython
Commit: 4ed5ad79ec6c6270e6018bd0a55656305ee60907
https://github.com/python/cpython/commit/4ed5ad79ec6c6270e6018bd0a55656305ee60907
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)
More information about the Python-checkins
mailing list