A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2008-May/079550.html below:

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

[Python-Dev] Visual Studio 2008 compiler option EHsc ? [Python-Dev] Visual Studio 2008 compiler option EHsc ?"Martin v. Löwis" martin at v.loewis.de
Sun May 18 22:02:56 CEST 2008
> Is there any downside to doing this by default?

The most obvious one is the (slight) loss of performance.

The mere fact that it is an option, and not enabled by default,
indicates that there might be problems enabling it. One problem
might be that some applications may require support for
asynchronous (structured) exceptions and want to specify /EHa,
or that they have cases where C functions throw C++ exceptions,
so they want to specify /EHs (no c).

So yes, unfortunately, you'll have to add the option into your
own setup.py, it seems.

Regards,
Martin
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4