[3.10] gh-149776: Skip UDP Lite tests if it's not supported (#149777)#153594
[3.10] gh-149776: Skip UDP Lite tests if it's not supported (#149777)#153594vstinner wants to merge 2 commits into
Conversation
|
The Linux kernel of the "AMD64 Fedora Stable" buildbot was upgraded from 7.0 to 7.1, 3 days ago, so test_socket started to fail. The Linux kernel 7.1 removes the UDP Lite support. This PR backports a fix from the main branch. |
|
cc @hugovk |
(cherry picked from commit 106eb53)
|
Windows (x64): "Build" failed with: I tried to build Python 3.11 on my Windows 11 VM. The The program is downloaded by the following command from
It seems like the nuget download URL is outdated. The URL was updated... yesterday by commit 106eb53. I backported this change as well. |
|
macOS: Oh, test_ssl failed with issue gh-151504: |
Fix test_socket on Linux kernel 7.1 and newer: skip UDP Lite tests if it's not supported.
(cherry picked from commit 3cfc249)