]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822) (#26831)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 12 Jul 2021 15:11:10 +0000 (08:11 -0700)
committerGitHub <noreply@github.com>
Mon, 12 Jul 2021 15:11:10 +0000 (17:11 +0200)
commit6fb4248cd9502f50dd089fdcf548d735dcfd981e
tree29f934cbc85d325bf80479e77684a5e8b902263a
parentc89f0b2587eb0b16175a0bbb12d0b86314ff9320
bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822) (#26831)

(cherry picked from commit 06cda808f149fae9b4c688f752b6eccd0d455ba4)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Misc/NEWS.d/next/Core and Builtins/2021-06-21-11-19-54.bpo-44472.Vvm1yn.rst [new file with mode: 0644]
Python/ceval.c