We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8da27b commit 84c0da3Copy full SHA for 84c0da3
1 file changed
Lib/test/test_array.py
@@ -49,8 +49,6 @@ def test_module_init_mutablesequence_register_failure(self):
49
import array
50
except AttributeError:
51
pass
52
- else:
53
- raise SystemExit("import array should have failed")
54
""")
55
assert_python_ok("-c", script)
56
0 commit comments