Skip to content

Bug: gzipped and tarball for 3.10.15 source code have incorrect permissions #2664

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
itsmoosh opened this issue Nov 26, 2024 · 2 comments
Closed
Labels
bug This is a bug!

Comments

@itsmoosh
Copy link

Describe the bug

The download links for 3.10.15 source code both return a 403 forbidden error.

To Reproduce

  1. Go to https://www.python.org/downloads/release/python-31015/
  2. Click either of the download source code links at the bottom of the page, which point to:
    https://www.python.org/ftp/python/3.10.15/Python-3.10.15.tgz
    https://www.python.org/ftp/python/3.10.15/Python-3.10.15.tar.xz

The same problem happens using wget:
wget https://www.python.org/ftp/python/3.10.15/Python-3.10.15.tgz
wget https://www.python.org/ftp/python/3.10.15/Python-3.10.15.tar.xz

Expected behavior

Navigating to the links above results in downloading the described compressed archive.

URL to the issue

No response

Screenshots

"![SCREENSHOT_DESCRIPTION](SCREENSHOT_LINK.png)"

Browsers

Chrome, Other

Operating System

Linux

Browser Version

130.0.6723.69

Relevant log output

Connecting to www.python.org (www.python.org)|151.101.128.223|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2024-11-26 14:04:34 ERROR 403: Forbidden.

Additional context

No response

@itsmoosh itsmoosh added the bug This is a bug! label Nov 26, 2024
@rgbysgt
Copy link

rgbysgt commented Nov 26, 2024

This is across all files under /ftp/python subpath, not just 3.10... @hugovk you're about to get a ton of tickets. I see already 2 have been logged

@hugovk
Copy link
Member

hugovk commented Nov 27, 2024

Should be working now, thanks for the report.

(re: #2663, python/cpython#127307)

@hugovk hugovk closed this as completed Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This is a bug!
Projects
None yet
Development

No branches or pull requests

3 participants