summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-01-17 14:53:09 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2015-01-17 14:53:09 (GMT)
commite262074ede78087c079094e28bb1d09a40072471 (patch)
treeed3c682e5a48178db74416c953ba252aa47eceb5 /Lib
parent5b883296f606d6c401ca27148cd826b0f9529f70 (diff)
parent465b057f919ee4f8384fe338331225621ed71028 (diff)
downloadcpython-e262074ede78087c079094e28bb1d09a40072471.zip
cpython-e262074ede78087c079094e28bb1d09a40072471.tar.gz
cpython-e262074ede78087c079094e28bb1d09a40072471.tar.bz2
Merge with 3.4 (#23256)
Diffstat (limited to 'Lib')
-rw-r--r--Lib/ctypes/test/test_win32.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ctypes/test/test_win32.py b/Lib/ctypes/test/test_win32.py
index b90ab71..5867b05 100644
--- a/Lib/ctypes/test/test_win32.py
+++ b/Lib/ctypes/test/test_win32.py
@@ -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