[Zope3-dev] Re: [Zope-Checkins] CVS: Zope3/lib/python/Persistence - cPersistence.c:1.1.2.12

Guido van Rossum guido@python.org
Thu, 07 Mar 2002 10:38:44 -0500


> On Unix, you'd pass --with-pydebug to the configure script.  On
> Windows, there are two build configurations; "Win32 Release" and
> "Win32 Debug".  I don't know how distutils deals with this for
> extensions on Windows, though.

In distutils, you can use -g to use the debugging setup.

--Guido van Rossum (home page: http://www.python.org/~guido/)