mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Revert last change, which was incorrect.
This commit is contained in:
parent
8c4f4178cb
commit
b8e138aa23
3 changed files with 7 additions and 8 deletions
|
|
@ -182,8 +182,6 @@ class SysModuleTest(unittest.TestCase):
|
|||
"under Windows, test would generate a spurious crash dialog")
|
||||
code = textwrap.dedent("""
|
||||
import sys
|
||||
import msvcrt
|
||||
msvcrt.SetErrorMode(msvcrt.SEM_FAILCRITICALERRORS)
|
||||
|
||||
def f():
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue