Commit 0bcbebc
3.14/msys: port MSYS2 0040 (pycore_fileutils: add MINGW support) (#26)
Wall: the xml2rfc feedstock's windows leg (tebako-packages/xml2rfc
run 34806287957) — every timed connect on the mingw/ucrt64 runtime
died instantly with WinError 10035 while blocking sockets worked.
Upstream guards _PyIsSelectable_fd on _MSC_VER only, so under the
ucrt64 gcc a Winsock SOCKET handle fails the POSIX fd < FD_SETSIZE
check and socketmodule's internal_connect never waits. 0074 widened
only selectmodule's call site; 0040 widens the macro definition to
MS_WINDOWS, covering every consumer (rides 0002's MS_WINDOWS define,
series order guaranteed).
Co-authored-by: tebako-ci <ci@tamatebako.dev>1 parent 868198d commit 0bcbebc
2 files changed
Lines changed: 47 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
63 | 72 | | |
64 | 73 | | |
65 | 74 | | |
| |||
112 | 121 | | |
113 | 122 | | |
114 | 123 | | |
| 124 | + | |
| 125 | + | |
115 | 126 | | |
116 | 127 | | |
117 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
0 commit comments