summarylogtreecommitdiffstats
path: root/0077-fix-isselectable.patch
diff options
context:
space:
mode:
authoratomlong2021-10-23 17:55:22 +0800
committeratomlong2021-10-23 18:06:15 +0800
commit80096c8de4b34ec1ed8f30bb428918cd592b2424 (patch)
treeb48dd1e73de9ea35a4709fb6b93deb16331ec514 /0077-fix-isselectable.patch
parent89a67c05174951d172252b1db96ff93cc4ec4bcd (diff)
downloadaur-mingw-w64-python.tar.gz
update to 3.9.7
Diffstat (limited to '0077-fix-isselectable.patch')
-rw-r--r--0077-fix-isselectable.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/0077-fix-isselectable.patch b/0077-fix-isselectable.patch
deleted file mode 100644
index fe0657173b8c..000000000000
--- a/0077-fix-isselectable.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 83d74ec0106b0a55fbb29324eb4961d1f5f92cef Mon Sep 17 00:00:00 2001
-From: Christoph Reiter <reiter.christoph@gmail.com>
-Date: Thu, 17 Jun 2021 18:52:18 +0530
-Subject: [PATCH 077/N] fix isselectable
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Co-authored-by: Алексей <alexey.pawlow@gmail.com>
----
- Include/fileobject.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Include/fileobject.h b/Include/fileobject.h
-index 6ec2994..a80f195 100644
---- a/Include/fileobject.h
-+++ b/Include/fileobject.h
-@@ -30,7 +30,7 @@ PyAPI_DATA(int) Py_UTF8Mode;
- #endif
-
- /* A routine to check if a file descriptor can be select()-ed. */
--#ifdef _MSC_VER
-+#ifdef MS_WINDOWS
- /* On Windows, any socket fd can be select()-ed, no matter how high */
- #define _PyIsSelectable_fd(FD) (1)
- #else
---
-2.32.0
-