-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
42 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Python-3.12.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Disable the HYPER_V socket family. | ||
|
||
From: Tom Rothamel <[email protected]> | ||
|
||
|
||
--- | ||
Modules/socketmodule.h | 4 ---- | ||
1 file changed, 4 deletions(-) | ||
|
||
diff --git a/Modules/socketmodule.h b/Modules/socketmodule.h | ||
index f5ca004..41d6234 100644 | ||
--- a/Modules/socketmodule.h | ||
+++ b/Modules/socketmodule.h | ||
@@ -249,10 +249,6 @@ typedef int SOCKET_T; | ||
#define PyLong_AsSocket_t(fd) (SOCKET_T)PyLong_AsLongLong(fd) | ||
#endif | ||
|
||
-// AF_HYPERV is only supported on Windows | ||
-#if defined(AF_HYPERV) && defined(MS_WINDOWS) | ||
-# define HAVE_AF_HYPERV | ||
-#endif | ||
|
||
/* Socket address */ | ||
typedef union sock_addr { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Python-3.12.8-Setup.stdlib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters