Uh oh!
There was an error while loading. Please reload this page.
GH-145278: freeze encodings (partially) and linecache - #148347
Conversation
Signed-off-by: Filipe Laíns <lains@riseup.net>
bedevere-bot
commented
Apr 10, 2026
🤖 New build scheduled with the buildbot fleet by @FFY00 for commit 719d17d 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F148347%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
FFY00
commented
Apr 14, 2026
The raspbian buildbot failure is weird. Grasping straws, the only possible connection I can see is this PR touching the IO initialization. Per previous Windows failure, it seems that when executing the Since I cannot identify an actual connection here, I am gonna go ahead and merge, keeping an eye on the bug reports. |
Uh oh!
There was an error while loading. Please reload this page.
bedevere-bot
commented
Apr 14, 2026
|
vstinner
commented
Apr 15, 2026
Example of test failure: The test gets an unexpected cc @cmaloney |
FFY00
commented
Apr 16, 2026
Yeah, looks like |
FFY00
commented
Apr 16, 2026
To be clear, this test is checking for IO syscalls, which is not the case for that |
GH-145279 re-do