python / python/cpython

3.10, 3.11, 3.12: Windows fails to build, test_ssl NOT_ENOUGH_DATA failure on macOS, test_socket fails on Fedora Stable (Linux 7.1)

Open
#153,598 8 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

tests topic-SSL type-bug
Dominant language
Python
Stars
77.2k
Forks
35.9k
PR merge metrics
PR metrics pending

Description

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 106eb532ea3b243423e62a702719e9d3c0e40c16 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 3cfc249e11a132dc69624150843779aa96c72b2b should be backported.
  • test_ssl fails with NOT_ENOUGH_DATA on macOS. Fix commit acfe02f3b05436658d92add6b168538b30f357f0 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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the referenced commits, the existing test_socket pull requests, and the test_ssl pull requests for the 3.10–3.12 branches. Inspect PCbuild/find_python.bat and the affected test_socket and test_ssl cases, then verify that the Windows, macOS, and Fedora buildbot failures are resolved across the listed branches.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system, operating-systems, testing-qa
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.