-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
Fix compiling error when missing gdbm version macros #7823
Conversation
@@ -527,11 +527,11 @@ def collect_cc(info_add): | |||
|
|||
def collect_gdbm(info_add): | |||
try: | |||
import _gdbm | |||
from _gdbm import _GDBM_VERSION |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@serhiy-storchaka will be happy of this change :-D To be honest, I only saw this comment after I merged my PR :-(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Lol. Do you have any mind why the VSTS CI fails and how to restart it? |
No idea, but it's not the first time that I see the error today. So I created: https://bugs.python.org/issue33915
Close/reopen the issue. But I would suggest you to ignore the VSTS failures, the CI is unstable and not required yet. |
VSTS as all other CIs are now happy. |
Thanks @vstinner :-) |
No description provided.