]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-94215: Fix error handling for line-tracing events (GH-94681) (GH-94688)
authorChristian Heimes <christian@python.org>
Fri, 8 Jul 2022 13:25:53 +0000 (15:25 +0200)
committerGitHub <noreply@github.com>
Fri, 8 Jul 2022 13:25:53 +0000 (15:25 +0200)
commit36a3372d5105ffbd083a56cc8442a81a5bfeb19b
tree2966ac6e07dd2bc80605cb707c0e76a8ef75b2c4
parent73a1800b55bc018cb2ac2a38c49e368bfe4a98d4
[3.11] gh-94215: Fix error handling for line-tracing events (GH-94681) (GH-94688)

* Re-enable crasher
* Fix error handling for line-tracing events
* blurb add
(cherry picked from commit 23ee4a8067506e6c9c47748185653617413f7a60)

Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
Lib/test/test_pdb.py
Misc/NEWS.d/next/Core and Builtins/2022-07-07-21-13-25.gh-issue-94215._Sv9Ms.rst [new file with mode: 0644]
Python/ceval.c