summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2021-06-21 15:23:53 (GMT)
committerGitHub <noreply@github.com>2021-06-21 15:23:53 (GMT)
commit06cda808f149fae9b4c688f752b6eccd0d455ba4 (patch)
treefe41789e2974228ef32e77f57a9b0e39c45a89e7 /Misc
parent30f7a77f359a0fc6e37988b0f317a77a15d66b7b (diff)
downloadcpython-06cda808f149fae9b4c688f752b6eccd0d455ba4.zip
cpython-06cda808f149fae9b4c688f752b6eccd0d455ba4.tar.gz
cpython-06cda808f149fae9b4c688f752b6eccd0d455ba4.tar.bz2
bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2021-06-21-11-19-54.bpo-44472.Vvm1yn.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-06-21-11-19-54.bpo-44472.Vvm1yn.rst b/Misc/NEWS.d/next/Core and Builtins/2021-06-21-11-19-54.bpo-44472.Vvm1yn.rst
new file mode 100644
index 0000000..34fa2a9
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2021-06-21-11-19-54.bpo-44472.Vvm1yn.rst
@@ -0,0 +1 @@
+Fix ltrace functionality when exceptions are raised. Patch by Pablo Galindo