From 30b9725b70c402f78610831620d1d9f89f9930de Mon Sep 17 00:00:00 2001 From: johnslavik Date: Mon, 26 Jan 2026 06:23:40 +0100 Subject: [PATCH] Remove `USE_SOCKET` build flag --- PC/pyconfig.h | 1 - 1 file changed, 1 deletion(-) diff --git a/PC/pyconfig.h b/PC/pyconfig.h index a126fca6f5aafb..02204f36586cb7 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -69,7 +69,6 @@ WIN32 is still required for the locale module. #define NT_THREADS #define WITH_THREAD #ifndef NETSCAPE_PI -#define USE_SOCKET #endif #if defined(Py_BUILD_CORE) || defined(Py_BUILD_CORE_BUILTIN) || defined(Py_BUILD_CORE_MODULE)