diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-18 10:23:18 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-18 10:23:18 (GMT) |
commit | 04eb7772794a11bdb7ed7cd132adebb2ae527191 (patch) | |
tree | 0d1701ac0b6310593bd2f8a124c5c19056c509a3 /Misc/NEWS | |
parent | e5b0bd1ba2687a582bbb7e47580e6507ed2a9253 (diff) | |
download | cpython-04eb7772794a11bdb7ed7cd132adebb2ae527191.zip cpython-04eb7772794a11bdb7ed7cd132adebb2ae527191.tar.gz cpython-04eb7772794a11bdb7ed7cd132adebb2ae527191.tar.bz2 |
Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception
loss in PyTraceBack_Here().
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ Release date: TBA Core and Builtins ----------------- +- Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception + loss in PyTraceBack_Here(). + - Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters(). Patch by Xiang Zhang. |