mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-94215: Fix error handling for line-tracing events (GH-94681)
* Re-enable crasher * Fix error handling for line-tracing events * blurb add
This commit is contained in:
parent
e5b841a403
commit
23ee4a8067
3 changed files with 17 additions and 6 deletions
|
@ -2085,7 +2085,6 @@ def bœr():
|
|||
expected = '(Pdb) The correct file was executed'
|
||||
self.assertEqual(stdout.split('\n')[6].rstrip('\r'), expected)
|
||||
|
||||
@unittest.skip("test crashes, see gh-94215")
|
||||
def test_gh_94215_crash(self):
|
||||
script = """\
|
||||
def func():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue