Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.4k
gh-136702: Clear codec caches for refleak tests; use test.support helpers#141345
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
| "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" | ||
| withwarnings_helper.check_warnings((msg,DeprecationWarning)): | ||
| self.assertEqual(normalize('utf\xE9\u20AC\U0010ffff-8'),'utf_8') |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
bedevere-bot commentedNov 10, 2025
🤖 New build scheduled with the buildbot fleet by@encukou for commit0d17ca7 🤖 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. |
9f51524 intopython:mainUh oh!
There was an error while loading.Please reload this page.
StanFromIreland commentedNov 10, 2025
Thanks Petr! I encountered this issue with the Android CI, and I though I had it fixed:-( |
Uh oh!
There was an error while loading.Please reload this page.
This should fix refleak buildbots.
encodings.normalize_encodingbehaviour or docs #136702