]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94215: Fix error handling for line-tracing events (GH-94681)
authorBrandt Bucher <brandtbucher@microsoft.com>
Fri, 8 Jul 2022 12:40:35 +0000 (05:40 -0700)
committerGitHub <noreply@github.com>
Fri, 8 Jul 2022 12:40:35 +0000 (14:40 +0200)
commit23ee4a8067506e6c9c47748185653617413f7a60
tree53fa47cbd1742dd6809e3d1ed31e449b86631c1a
parente5b841a4037d1c2ce3d12a584facf800ae36332a
gh-94215: Fix error handling for line-tracing events (GH-94681)

* Re-enable crasher
* Fix error handling for line-tracing events
* blurb add
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