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 eryksun
Recipients eryksun, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2020-01-21.15:27:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579620421.05.0.136140493871.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.
History
Date User Action Args
2020-01-21 15:27:01eryksunsetrecipients: + eryksun, paul.moore, vstinner, tim.golden, zach.ware, steve.dower
2020-01-21 15:27:01eryksunsetmessageid: <1579620421.05.0.136140493871.issue39413@roundup.psfhosted.org>
2020-01-21 15:27:01eryksunlinkissue39413 messages
2020-01-21 15:27:00eryksuncreate