Message 360423 - Python tracker
Message360423
| Author | vstinner |
|---|---|
| Recipients | eryksun, paul.moore, steve.dower, tim.golden, vstinner, zach.ware |
| Date | 2020-01-21.18:31:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1579631470.62.0.320987477951.issue39413@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
PR 18107 still fix this issue (add os.unsetenv() to Python 3.9 on Windows), but fix the implementation (use _wputenv() rather than SetEnvironmentVariableW(), to update the CRT). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-01-21 18:31:10 | vstinner | set | recipients: + vstinner, paul.moore, tim.golden, zach.ware, eryksun, steve.dower |
| 2020-01-21 18:31:10 | vstinner | set | messageid: <1579631470.62.0.320987477951.issue39413@roundup.psfhosted.org> |
| 2020-01-21 18:31:10 | vstinner | link | issue39413 messages |
| 2020-01-21 18:31:10 | vstinner | create | |