8000 gh-94068: Remove HVSOCKET_CONTAINER_PASSTHRU constant because it has been removed from Windows by zooba · Pull Request #94069 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-94068: Remove HVSOCKET_CONTAINER_PASSTHRU constant because it has been removed from Windows #94069

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

Merged
merged 3 commits into from
Jun 21, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
gh-94068: Remove HVSOCKET_CONTAINER_PASSTHRU constant because it has …
…been removed from Windows
  • Loading branch information
zooba committed Jun 21, 2022
commit 65d9d58012378099d3acc239a7b79cfcf6c5d33e
1 change: 0 additions & 1 deletion Modules/socketmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -7472,7 +7472,6 @@ PyInit__socket(void)
/* for setsockopt() */
PyModule_AddIntMacro(m, HVSOCKET_CONNECT_TIMEOUT);
PyModule_AddIntMacro(m, HVSOCKET_CONNECT_TIMEOUT_MAX);
PyModule_AddIntMacro(m, HVSOCKET_CONTAINER_PASSTHRU);
PyModule_AddIntMacro(m, HVSOCKET_CONNECTED_SUSPEND);
PyModule_AddIntMacro(m, HVSOCKET_ADDRESS_FLAG_PASSTHRU);

Expand Down
0