Message360615
| Author |
vstinner |
| Recipients |
serhiy.storchaka, vstinner |
| Date |
2020年01月24日.13:12:09 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1579871529.3.0.283020802778.issue39395@roundup.psfhosted.org> |
| In-reply-to |
| Content |
On non-Windows platforms, Python now requires setenv() and unsetenv()
functions to build.
setenv() and unsetenv() should be available on all platforms supported by Python. If it's not the case, someone can maintain a downstream patch which is a revert of commit b8d1262e8afe7b907b4a394a191739571092acdb.
If someone asks to support a platform which doesn't provide setenv() and unsetenv(), we can revisit the idea of unsetting variables set by Python at exit, to workaround putenv() issue: something like my (abandonned) PR 18078. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2020年01月24日 13:12:09 | vstinner | set | recipients:
+ vstinner, serhiy.storchaka |
| 2020年01月24日 13:12:09 | vstinner | set | messageid: <1579871529.3.0.283020802778.issue39395@roundup.psfhosted.org> |
| 2020年01月24日 13:12:09 | vstinner | link | issue39395 messages |
| 2020年01月24日 13:12:09 | vstinner | create |
|