Skip to content

Conversation

@basbloemsaat
Copy link
Contributor

@basbloemsaat basbloemsaat commented May 20, 2025

@ambv
Copy link
Contributor

ambv commented May 20, 2025

Based on @malemburg's comment on #32279, I'm landing this.

@ambv ambv merged commit 5ab66a8 into python:main May 20, 2025
41 checks passed
@ambv ambv added the needs backport to 3.14 bugs and security fixes label May 20, 2025
@miss-islington-app
Copy link

Thanks @basbloemsaat for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 20, 2025
…859-8 (pythongh-134306)

(cherry picked from commit 5ab66a8)

Co-authored-by: Bas Bloemsaat <bas@bloemsaat.com>
Co-authored-by: David Goncalves <davegoncalves@gmail.com>
Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
@bedevere-app
Copy link

bedevere-app bot commented May 20, 2025

GH-134330 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label May 20, 2025
ambv pushed a commit that referenced this pull request May 20, 2025
…8859-8 (gh-134306) (gh-134330)

(cherry picked from commit 5ab66a8)

Co-authored-by: Bas Bloemsaat <bas@bloemsaat.com>
Co-authored-by: David Goncalves <davegoncalves@gmail.com>
Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
Comment on lines +3111 to +3116
def test_alias_modules_exist(self):
encodings_dir = os.path.dirname(encodings.__file__)
for value in encodings.aliases.aliases.values():
codec_file = os.path.join(encodings_dir, value + ".py")
self.assertTrue(os.path.isfile(codec_file),
"Codec file not found: " + codec_file)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A follow-up for this test: #134777

We see failures when running this in Fedora with installed Python 3.14.0b2.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I'll have a look.

Pranjal095 pushed a commit to Pranjal095/cpython that referenced this pull request Jul 12, 2025
…859-8 (pythongh-134306)

Co-authored-by: David Goncalves <davegoncalves@gmail.com>
Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
taegyunkim pushed a commit to taegyunkim/cpython that referenced this pull request Aug 4, 2025
…859-8 (pythongh-134306)

Co-authored-by: David Goncalves <davegoncalves@gmail.com>
Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants