mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix test suite to not activate new sigint behavior in pdb.
This commit is contained in:
parent
f3fa5685e8
commit
34748cd6a8
3 changed files with 19 additions and 15 deletions
|
@ -200,7 +200,7 @@ class ZipSupportTests(ImportHooksBaseTestCase):
|
|||
pass
|
||||
|
||||
import pdb
|
||||
pdb.runcall(f)
|
||||
pdb.Pdb(nosigint=True).runcall(f)
|
||||
""")
|
||||
with temp_dir() as d:
|
||||
script_name = make_script(d, 'script', test_src)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue