summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-10-18 10:26:25 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-10-18 10:26:25 (GMT)
commitdf0fd74ae8fa204aab51c35e10870fd99101e99c (patch)
treedac85a7dd7ba7df01d421644c9a4bca4a2578665 /Misc
parentc411a7d8210febfbe96a2547357752be6be7adad (diff)
parent04eb7772794a11bdb7ed7cd132adebb2ae527191 (diff)
downloadcpython-df0fd74ae8fa204aab51c35e10870fd99101e99c.zip
cpython-df0fd74ae8fa204aab51c35e10870fd99101e99c.tar.gz
cpython-df0fd74ae8fa204aab51c35e10870fd99101e99c.tar.bz2
Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception
loss in PyTraceBack_Here().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2b0397b..5d972fd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.6.0 beta 3
Core and Builtins
-----------------
+- Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception
+ loss in PyTraceBack_Here().
+
Library
-------