Skip to content

Conversation

@encukou
Copy link
Member

@encukou encukou commented Nov 10, 2025

This should fix refleak buildbots.

"Support for non-ascii encoding names will be removed in 3.17"):
msg = "Support for non-ascii encoding names will be removed in 3.17"
with warnings_helper.check_warnings((msg, DeprecationWarning)):
self.assertEqual(normalize('utf\xE9\u20AC\U0010ffff-8'), 'utf_8')
Copy link
Member

Choose a reason for hiding this comment

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

I think we have to bump the 3.17 to 3.20 if we want to have a 5 year deprecation phase.

Copy link
Member Author

Choose a reason for hiding this comment

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

That's up for discussion in the issue; here I'm only unbreaking the buildbots.

@encukou encukou added the 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section label Nov 10, 2025
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @encukou for commit 0d17ca7 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F141345%2Fmerge

If you want to schedule another build, you need to add the 🔨 test-with-refleak-buildbots label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section label Nov 10, 2025
@encukou encukou merged commit 9f51524 into python:main Nov 10, 2025
71 of 72 checks passed
@encukou encukou deleted the clear-codec-caches-in-regrtest branch November 10, 2025 13:42
@StanFromIreland
Copy link
Member

Thanks Petr! I encountered this issue with the Android CI, and I though I had it fixed:-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants