]> 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:39:50 +0000 (14:39 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Wed, 23 Jul 2014 19:39:50 +0000 (14:39 -0500)
commit88b2b45154c13947487fcdeca80f769092fb6890
tree8f0c441b0ece13afff23b9d964fa2c63cb0a89df
parentefa9c805b1b3e1dd205592bda6913d2c499a0ccb
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