]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 18 Oct 2016 10:27:54 +0000 (13:27 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 18 Oct 2016 10:27:54 +0000 (13:27 +0300)
commit60c838b27c9c3dfcb8a198fc7067f9491c42935c
tree8a08a82480aa787194f84763973e7bee9a0407a9
parent810d62d73e69be214e832963381244cf1b1e1e75
parentdf0fd74ae8fa204aab51c35e10870fd99101e99c
Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception
loss in PyTraceBack_Here().
Misc/NEWS