Re: how do I know if I'm using a debug build of python

2008-04-17 Thread bgeddy
Tim Mitchell wrote: > Hi, > > A quick question: > Is there any way for a python script to know if it's being executed by a > debug build of python (python_d.exe) instead of python? > > Thanks > Tim > Not sure what this returns in Windows as I run Linux but this

how do I know if I'm using a debug build of python

2008-04-17 Thread Tim Mitchell
Hi, A quick question: Is there any way for a python script to know if it's being executed by a debug build of python (python_d.exe) instead of python? Thanks Tim -- http://mail.python.org/mailman/listinfo/python-list

Debug Build of Python

2007-02-21 Thread Mark E. Fenner
Hi all, Just curious how to get an "all bells and whistles" debug build of python. In the source for 2.4.3, I see the following debug related options: >From README: (1) e.g. "make OPT=-g" will build a debugging version of Python on most platforms (2) Additional debug