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

Fix compiling error when missing gdbm version macros #7823

Merged
merged 3 commits into from
Jun 20, 2018

Conversation

zhangyangyu
Copy link
Member

No description provided.

@@ -527,11 +527,11 @@ def collect_cc(info_add):

def collect_gdbm(info_add):
try:
import _gdbm
from _gdbm import _GDBM_VERSION
Copy link
Member

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 :-(

Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@zhangyangyu
Copy link
Member Author

Lol. Do you have any mind why the VSTS CI fails and how to restart it?

@zhangyangyu zhangyangyu reopened this Jun 20, 2018
@vstinner
Copy link
Member

Do you have any mind why the VSTS CI fails

No idea, but it's not the first time that I see the error today. So I created: https://bugs.python.org/issue33915

and how to restart it?

Close/reopen the issue. But I would suggest you to ignore the VSTS failures, the CI is unstable and not required yet.

@vstinner
Copy link
Member

VSTS as all other CIs are now happy.

@zhangyangyu zhangyangyu merged commit b248e95 into python:master Jun 20, 2018
@zhangyangyu zhangyangyu deleted the fix-gdbm branch June 20, 2018 13:23
@zhangyangyu
Copy link
Member Author

Thanks @vstinner :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants