We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Fixes the failure in the build bots reported by @ned-deily
http://buildbot.python.org/all/#/builders/14/builds/804/steps/4/logs/stdio http://buildbot.python.org/all/#/builders/93/builds/459/steps/4/logs/stdio
https://bugs.python.org/issue33078
Sorry, something went wrong.
FIX failure on OSX sem_getvalue
fcb831e
#6119 fails on OSX because it relies on sem_getvalue which is not present. I propose this patch to avoid the failures.
sem_getvalue
I'm gonna merge since our macOS CI on Travis is broken.
dec1c77
@pitrou: Please replace # with GH- in the commit message next time. Thanks!
#
GH-
Thanks @pitrou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. 🐍🍒⛏🤖
3.7 branch.
FIX failure on OSX sem_getvalue (pythonGH-6180)
08d6f3a
(cherry picked from commit dec1c77) Co-authored-by: Thomas Moreau <[email protected]>
FIX failure on OSX sem_getvalue (GH-6180) (GH-6181)
f5625d5
FIX failure on OSX sem_getvalue (python#6180)
8a1bda5
pitrou pitrou approved these changes
Successfully merging this pull request may close these issues.