-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed as not planned
Closed as not planned
Copy link
Labels
3.13bugs and security fixesbugs and security fixesbuildThe build process and cross-buildThe build process and cross-buildinvalid
Description
Bug report
Bug description:
Summary
The official Python 3.13.3 source archives (.tgz
and .tar.xz
) from https://python.org contain version 3.13.1 instead of 3.13.3. Additionally, the GitHub tag v3.13.3
in the cpython
repository builds a Python binary that reports Python 3.13.1
when executed.
Steps to Reproduce
- Download
Python-3.13.3.tgz
from python.org. - Build and install as usual (
./configure && make && make altinstall
). - Run
python3.13 --version
→ it saysPython 3.13.1
.
Also tested with:
- Fresh clone of
https://github.com/python/cpython.git
git checkout v3.13.3
- Build cleanly from scratch
Result: Still reports Python 3.13.1
.
Expected behavior
The built binary should report Python 3.13.3
.
System
- Tested on multiple Linux distributions
- Confirmed SHA256 hash mismatch with expected one from python.org
CPython versions tested on:
3.13
Operating systems tested on:
Linux
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixesbuildThe build process and cross-buildThe build process and cross-buildinvalid