]> granicus.if.org Git - python/commit
Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 18 Oct 2016 10:26:25 +0000 (13:26 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 18 Oct 2016 10:26:25 +0000 (13:26 +0300)
commitdf0fd74ae8fa204aab51c35e10870fd99101e99c
treedac85a7dd7ba7df01d421644c9a4bca4a2578665
parentc411a7d8210febfbe96a2547357752be6be7adad
parent04eb7772794a11bdb7ed7cd132adebb2ae527191
Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception
loss in PyTraceBack_Here().
Misc/NEWS
Python/traceback.c