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 eryksun, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2020-01-21.18:04:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579629858.21.0.347879702331.issue39413@roundup.psfhosted.org>
In-reply-to
Content
> This bypasses the CRT's copy of the environment. If any C code calls [_w]getenv, it will still see the variable defined. The only way it won't is if setting the value also bypassed the CRT environment by directly calling SetEnvironmentVariableW.

Oh. That's a valid concern. I reopen the issue.
History
Date User Action Args
2020-01-21 18:04:18vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, eryksun, steve.dower
2020-01-21 18:04:18vstinnersetmessageid: <1579629858.21.0.347879702331.issue39413@roundup.psfhosted.org>
2020-01-21 18:04:18vstinnerlinkissue39413 messages
2020-01-21 18:04:18vstinnercreate