[Python-Dev] #ifdef __cplusplus?

M.-A. Lemburg mal at egenix.com
Tue Jan 6 14:22:56 CET 2009


On 2009-01-05 23:17, Mark Hammond wrote:
> On 5/01/2009 11:13 PM, M.-A. Lemburg wrote:
> 
>> See above. Assertions are not meant to be checked in a production
>> build. You use debug builds for debugging such low-level things.
> 
> Although ironically, assertions have been disabled in debug builds on
> Windows - http://bugs.python.org/issue4804

Does this only affect asserts defined in the CRT or also ones defined
in the Python C code ? (I was only referring to the latter)

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Jan 06 2009)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

::: Try our new mxODBC.Connect Python Database Interface for free ! ::::


   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/


More information about the Python-Dev mailing list