diff options
author | Xiang Zhang <angwerzx@126.com> | 2017-07-18 16:33:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-18 16:33:29 (GMT) |
commit | 4ed5ad79ec6c6270e6018bd0a55656305ee60907 (patch) | |
tree | ca395563a5d793cd7d269d5c7dfb5611d5710d47 /Misc | |
parent | ba75af713078966cc594fc7f0809ed53c532c58f (diff) | |
download | cpython-4ed5ad79ec6c6270e6018bd0a55656305ee60907.zip cpython-4ed5ad79ec6c6270e6018bd0a55656305ee60907.tar.gz cpython-4ed5ad79ec6c6270e6018bd0a55656305ee60907.tar.bz2 |
bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-07-18-23-47-51.bpo-30961.064jz0.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-07-18-23-47-51.bpo-30961.064jz0.rst b/Misc/NEWS.d/next/Library/2017-07-18-23-47-51.bpo-30961.064jz0.rst new file mode 100644 index 0000000..b89c6d4 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-07-18-23-47-51.bpo-30961.064jz0.rst @@ -0,0 +1 @@ +Fix decrementing a borrowed reference in tracemalloc. |