diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-18 10:26:25 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-18 10:26:25 (GMT) |
commit | df0fd74ae8fa204aab51c35e10870fd99101e99c (patch) | |
tree | dac85a7dd7ba7df01d421644c9a4bca4a2578665 /Misc | |
parent | c411a7d8210febfbe96a2547357752be6be7adad (diff) | |
parent | 04eb7772794a11bdb7ed7cd132adebb2ae527191 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ------- |