This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bukzor
Recipients bukzor, docs@python, r.david.murray, terry.reedy
Date 2010-09-21.02:20:26
SpamBayes Score 2.8074812e-05
Marked as misclassified No
Message-id <7691DC9FC60C9E4F88A0BBCA628F55FF043E8DE602@sausexmbp02.amd.com>
In-reply-to <1285033803.88.0.722082865474.issue9583@psf.upfronthosting.co.za>
Content
The file is here:
   http://svn.python.org/view/python/trunk/Python/pythonrun.c?view=markup

The second if statement is doing exactly what I find troubling: set the flag even if the incoming value is 0.
I guess this is to handle the empty string case, such as:

setenv PYTHONDEBUG
./myscript.py
History
Date User Action Args
2010-09-21 02:20:28bukzorsetrecipients: + bukzor, terry.reedy, r.david.murray, docs@python
2010-09-21 02:20:27bukzorlinkissue9583 messages
2010-09-21 02:20:26bukzorcreate