]> granicus.if.org Git - python/commit
Issue #19493: Fix two uses of ctypes.test.requires (it's not a decorator)
authorZachary Ware <zachary.ware@gmail.com>
Wed, 23 Jul 2014 19:29:25 +0000 (14:29 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Wed, 23 Jul 2014 19:29:25 +0000 (14:29 -0500)
commitf2eb721d14a85a0ad42c819b7b35c7d7c81fcf6f
tree76d8d16e0cfd888c5b9deee9c976fb4f205193e3
parent12e787065024890832166ebdb3473067adeb2413
Issue #19493: Fix two uses of ctypes.test.requires (it's not a decorator)
and skip test_win32.FunctionCallTestCase.test_SEH when Python was compiled
in debug configuration or by a non-MSC compiler.
Lib/ctypes/test/test_python_api.py
Lib/ctypes/test/test_win32.py