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

bpo-40280: Add configure check for socket shutdown (GH-29795) #29795

Merged
merged 1 commit into from
Nov 26, 2021

Conversation

tiran
Copy link
Member

@tiran tiran commented Nov 26, 2021

configure now checks for socket shutdown function. The check makes
it possible to disable SYS_shutdown with ac_cv_func_shutdown=no in
CONFIG_SITE.

https://bugs.python.org/issue40280

``configure`` now checks for socket ``shutdown`` function. The check makes
it possible to disable ``SYS_shutdown`` with ``ac_cv_func_shutdown=no`` in
CONFIG_SITE.
@tiran tiran changed the title bpo-40280: Add configure check for socket shutdown bpo-40280: Add configure check for socket shutdown (GH-29795) Nov 26, 2021
@tiran tiran merged commit 8caceb7 into python:main Nov 26, 2021
@tiran tiran deleted the bpo-40280-sys-shutdown branch November 26, 2021 14:16
remykarem pushed a commit to remykarem/cpython that referenced this pull request Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants