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 blueyed, ned.deily, vstinner
Date 2014-02-19.13:27:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392816448.18.0.731440205706.issue20658@psf.upfronthosting.co.za>
In-reply-to
Content
"Please note that I have noticed this not because of setting it via `os.environ`, but because a program using `os.environ.clear()` crashed:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1281086"

The bug is not os.environ.clear(), but that os.environ contains an empty string.

It would help to know if the key was set manually by apport, or if it comes from the real environment. The environment looks correct:
https://launchpadlibrarian.net/166517334/ProcEnviron.txt
History
Date User Action Args
2014-02-19 13:27:28vstinnersetrecipients: + vstinner, blueyed, ned.deily
2014-02-19 13:27:28vstinnersetmessageid: <1392816448.18.0.731440205706.issue20658@psf.upfronthosting.co.za>
2014-02-19 13:27:28vstinnerlinkissue20658 messages
2014-02-19 13:27:27vstinnercreate