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 paul.moore
Recipients dstufft, ncoghlan, paul.moore, python-dev, r.david.murray
Date 2014-02-05.15:17:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391613440.31.0.936425051728.issue20053@psf.upfronthosting.co.za>
In-reply-to
Content
Nothing obvious or Windows-specific from what I can see. It does seem to me that EnvironmentVarGuard doesn't monkeypatch os.environ even though it looks like it intends to (__exit__ sets it back, but __enter__ doesn't monkeypatch it). So maybe that's doing something weird?

I'll try to have a better look later (not much spare time right now).
History
Date User Action Args
2014-02-05 15:17:20paul.mooresetrecipients: + paul.moore, ncoghlan, r.david.murray, python-dev, dstufft
2014-02-05 15:17:20paul.mooresetmessageid: <1391613440.31.0.936425051728.issue20053@psf.upfronthosting.co.za>
2014-02-05 15:17:20paul.moorelinkissue20053 messages
2014-02-05 15:17:20paul.moorecreate