Staging
v0.5.1
https://github.com/python/cpython
Revision f780be4239817192a93c34b768f6565aee8c2130 authored by Thomas Heller on 03 July 2006, 08:08:14 UTC, committed by Thomas Heller on 03 July 2006, 08:08:14 UTC
will return True if Windows Structured Exception handling (SEH) is
used when calling functions, False otherwise.

Currently, only MSVC supports SEH.

Fix the test so that it doesn't crash when run with MingW compiled
_ctypes.  Note that two tests are still failing when mingw is used, I
suspect structure layout differences and function calling conventions
between MSVC and MingW.
1 parent 638f7ad
History
Tip revision: f780be4239817192a93c34b768f6565aee8c2130 authored by Thomas Heller on 03 July 2006, 08:08:14 UTC
Add a new function uses_seh() to the _ctypes extension module. This
Tip revision: f780be4
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
PCbuild8
Parser
Python
RISCOS
Tools
.hgtags -rw-r--r-- 3.1 KB
LICENSE -rw-r--r-- 13.2 KB
Makefile.pre.in -rw-r--r-- 34.1 KB
README -rw-r--r-- 53.0 KB
configure -rwxr-xr-x 621.9 KB
configure.in -rw-r--r-- 93.3 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 26.4 KB
setup.py -rw-r--r-- 65.4 KB

README

back to top