> 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
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to