[Python-Dev] Visual Studio 2008 compiler option EHsc ?

"Martin v. Löwis" martin at v.loewis.de
Fri May 16 07:27:32 CEST 2008


> In building a package with several platforms, I
> ran across the warning message below from Visual
> Studio 2008.  Should we add the /EHsc option to the
> compile_options in distutils for MSVC?  Or is it more
> complex than that...

Who is "we"? If you have a module that uses C++ exceptions,
you should certainly enable compiler support for exceptions,
for that module.

Regards,
Martin


More information about the Python-Dev mailing list