Message360530
| Author | vstinner |
|---|---|
| Recipients | serhiy.storchaka, vstinner |
| Date | 2020-01-23.02:11:24 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1579745485.24.0.633084843798.issue39395@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Clearing environment variables at exit has a drawback: it changes the behavior in code executed after Python finalization (Py_FinalizeEx() call). It may cause regression. So I proposed PR 18135 to fix this issue differently: on non-Windows platforms, Python now requires setenv() to build. This PR has no backward compatibility issue: it doesn't unset environment variables at exit. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-01-23 02:11:25 | vstinner | set | recipients: + vstinner, serhiy.storchaka |
| 2020-01-23 02:11:25 | vstinner | set | messageid: <1579745485.24.0.633084843798.issue39395@roundup.psfhosted.org> |
| 2020-01-23 02:11:25 | vstinner | link | issue39395 messages |
| 2020-01-23 02:11:24 | vstinner | create | |