mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Merge with 3.4 (#23256)
This commit is contained in:
commit
e262074ede
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class WindowsTestCase(unittest.TestCase):
|
|||
@unittest.skipUnless(sys.platform == "win32", 'Windows-specific test')
|
||||
class FunctionCallTestCase(unittest.TestCase):
|
||||
@unittest.skipUnless('MSC' in sys.version, "SEH only supported by MSC")
|
||||
@unittest.skipIf(sys.executable.endswith('_d.exe'),
|
||||
@unittest.skipIf(sys.executable.lower().endswith('_d.exe'),
|
||||
"SEH not enabled in debug builds")
|
||||
def test_SEH(self):
|
||||
# Call functions with invalid arguments, and make sure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue