summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2017-07-18 16:51:58 (GMT)
committerGitHub <noreply@github.com>2017-07-18 16:51:58 (GMT)
commitcb3f024f3ac91e468d581f0682e63685c977c80d (patch)
tree16745eb2cbfa9ca7589f2c9737c9819c880001b8 /Misc/NEWS.d/next
parent45c471c04553d7e4cb5c328ea1ab02d6716f2bab (diff)
downloadcpython-cb3f024f3ac91e468d581f0682e63685c977c80d.zip
cpython-cb3f024f3ac91e468d581f0682e63685c977c80d.tar.gz
cpython-cb3f024f3ac91e468d581f0682e63685c977c80d.tar.bz2
bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747) (#2749)
(cherry picked from commit 4ed5ad79ec6c6270e6018bd0a55656305ee60907)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Library/2017-07-18-23-47-51.bpo-30961.064jz0.rst1
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.