Message 360404 - Python tracker
Message360404
| 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:01 | eryksun | set | recipients: + eryksun, paul.moore, vstinner, tim.golden, zach.ware, steve.dower |
| 2020-01-21 15:27:01 | eryksun | set | messageid: <1579620421.05.0.136140493871.issue39413@roundup.psfhosted.org> |
| 2020-01-21 15:27:01 | eryksun | link | issue39413 messages |
| 2020-01-21 15:27:00 | eryksun | create | |