Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-89886: Use AC_CHECK_TYPES iso. AC_CHECK_TYPE#30029
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
AC_CHECK_TYPE is deprecated.Removed the __uint128_t check, as it is unused.
bedevere-bot commentedDec 10, 2021
🤖 New build scheduled with the buildbot fleet by@erlend-aasland for commitf6385ae 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
This PR is stale because it has been open for 30 days with no activity. |
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.
Python executable created and tests look ok, but I see in config.log:configure:19906: checking for socklen_t configure:19906: gcc -c conftest.c >&5 configure:19906: $? = 0 configure:19906: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:432:24: error: expected expression before ')' token 432 | if (sizeof ((socklen_t))) |
This looks like an issue.
I don't have the bandwith to follow up this PR at the moment. Closing it for now. |
Uh oh!
There was an error while loading.Please reload this page.
AC_CHECK_TYPE is deprecated.
Removed the __uint128_t check, as the define it produced is unused.
https://bugs.python.org/issue45723