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 serhiy.storchaka
Recipients blueyed, ned.deily, serhiy.storchaka, vstinner
Date 2014-02-19.14:39:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392820764.15.0.669899977354.issue20658@psf.upfronthosting.co.za>
In-reply-to
Content
Are there supported platforms on which setenv() is not supported? When we will migrate to setenv(), an argument check will be not needed.

In any case I think we should wrap unsetenv() in os.environ.clear() so that it should try to remove all environment variables even if some calls of unsetenv() fails.
History
Date User Action Args
2014-02-19 14:39:24serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, blueyed, ned.deily
2014-02-19 14:39:24serhiy.storchakasetmessageid: <1392820764.15.0.669899977354.issue20658@psf.upfronthosting.co.za>
2014-02-19 14:39:24serhiy.storchakalinkissue20658 messages
2014-02-19 14:39:24serhiy.storchakacreate