summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2022-06-21 17:27:21 (GMT)
committerGitHub <noreply@github.com>2022-06-21 17:27:21 (GMT)
commit5a08e0fda4b3691332ebb845d36405e15ab45134 (patch)
tree52d9c0f1f6983b1308f144f2ccac1d1552340c69 /Modules
parent0efe3a1636c143fe0694a8e4d25d6eae19e0d618 (diff)
downloadcpython-5a08e0fda4b3691332ebb845d36405e15ab45134.zip
cpython-5a08e0fda4b3691332ebb845d36405e15ab45134.tar.gz
cpython-5a08e0fda4b3691332ebb845d36405e15ab45134.tar.bz2
gh-94068: Remove HVSOCKET_CONTAINER_PASSTHRU constant because it has been removed from Windows (GH-94069)
Fixes #94068 Automerge-Triggered-By: GH:zware
Diffstat (limited to 'Modules')
-rw-r--r--Modules/socketmodule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c
index ffa9105..55e19ff 100644
--- a/Modules/socketmodule.c
+++ b/Modules/socketmodule.c
@@ -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);