There are multiple issues on 3.10, 3.11 and 3.12 branches:
- Windows fails to build on 3.10:
PCbuild/find_python.bat downloads a corrupted nuget.exe. The nuget URL should be updated. Fix: commit 106eb53 should be backported.
- test_socket: UDP Lite tests fail on AMD64 Fedora Stable, the machine was rebooted 3 days ago to upgrade to Linux kernel from 7.0 and 7.1, but Linux 7.1 removes UDP Lite support. Fix: commit 3cfc249 should be backported.
- test_ssl fails with
NOT_ENOUGH_DATA on macOS. Fix commit acfe02f should be backported.
For test_socket (UDP Lite), I prepared fixes:
The test_socket issue is not blocked the GitHub Action, only buildbots are failing.
I'm not sure in which order we should fix these issues.
Maybe we should start from test_ssl fixes:
The Windows and macOS issues block my test_socket PRs since the Windows and macOS jobs fail.
cc @hugovk @encukou
There are multiple issues on 3.10, 3.11 and 3.12 branches:
PCbuild/find_python.batdownloads a corruptednuget.exe. The nuget URL should be updated. Fix: commit 106eb53 should be backported.NOT_ENOUGH_DATAon macOS. Fix commit acfe02f should be backported.For test_socket (UDP Lite), I prepared fixes:
The test_socket issue is not blocked the GitHub Action, only buildbots are failing.
I'm not sure in which order we should fix these issues.
Maybe we should start from test_ssl fixes:
The Windows and macOS issues block my test_socket PRs since the Windows and macOS jobs fail.
cc @hugovk @encukou