]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Revert the change done in svn revision 47206:
authorThomas Heller <theller@ctypes.org>
Thu, 6 Jul 2006 07:50:18 +0000 (07:50 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 6 Jul 2006 07:50:18 +0000 (07:50 +0000)
commit43d9a58dfda44f453ef330fb9c05fbabb7b82591
tree21ed74d1bd409d3f57bf72b96263507f6b6056a9
parent4cbd05c322d7ebb95b3623fe8e24b5e6bab7492c
Revert the change done in svn revision 47206:

Add a new function uses_seh() to the _ctypes extension module.  This
will return True if Windows Structured Exception handling (SEH) is
used when calling functions, False otherwise.
Lib/ctypes/test/test_win32.py
Modules/_ctypes/callproc.c