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 vstinner
Recipients pitrou, vstinner, zbysz
Date 2012-05-19.19:18:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwaj7wFt4+Dd8Nhv9Ek7czSBL9xWqEUok0RVB1jd4oFW6w@mail.gmail.com>
In-reply-to <1337453250.98.0.697381687975.issue14854@psf.upfronthosting.co.za>
Content
> PYTHONFAULTHANDLER=1 ./python -E ...

Documentation of the -E option "Ignore all PYTHON* environment
variables, e.g. PYTHONPATH and PYTHONHOME, that might be set."
http://docs.python.org/dev/using/cmdline.html#cmdoption-E

So the option works as expected.
History
Date User Action Args
2012-05-19 19:18:20vstinnersetrecipients: + vstinner, pitrou, zbysz
2012-05-19 19:18:19vstinnerlinkissue14854 messages
2012-05-19 19:18:19vstinnercreate