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
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
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