-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
gh-89886: Use AC_CHECK_TYPES iso. AC_CHECK_TYPE #30029
Conversation
AC_CHECK_TYPE is deprecated. Removed the __uint128_t check, as it is unused.
🤖 New build scheduled with the buildbot fleet by @erlend-aasland for commit f6385ae 🤖 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. |
AC_CHECK_TYPE is deprecated.
Removed the __uint128_t check, as the define it produced is unused.
https://bugs.python.org/issue45723