Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-39395: os.putenv() is now always available #18135

Open
wants to merge 2 commits into
base: master
from

Conversation

@vstinner
Copy link
Member

vstinner commented Jan 23, 2020

On non-Windows platforms, Python now requires setenv() to build.

https://bugs.python.org/issue39395

On non-Windows platforms, Python now requires setenv() to build.
@vstinner

This comment has been minimized.

Copy link
Member Author

vstinner commented Jan 23, 2020

If this PR is merged, I plan to also require unsetenv() to build and always make os.unsetenv() available, once https://bugs.python.org/issue39413 will be fixed.

@bedevere-bot

This comment has been minimized.

Copy link

bedevere-bot commented Jan 23, 2020

🤖 New build scheduled with the buildbot fleet by @vstinner for commit d499e9a 🤖

If you want to schedule another build, you need to add the "🔨 test-with-buildbots" label again.

@vstinner

This comment has been minimized.

Copy link
Member Author

vstinner commented Jan 23, 2020

The PR built successfully on all tested buildbots: Linux (Ubuntu, Fedora, RHEL7, RHEL8, Gentoo, Arch Linux, ...), Windows (7, 8.1, 10, ...), macOS, FreeBSD.

I checked the 3 buildbot failures: they are unrelated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants
You can’t perform that action at this time.