GH-145278: freeze encodings (partially) and linecache#148347
GH-145278: freeze encodings (partially) and linecache#148347FFY00 merged 1 commit intopython:mainfrom
Conversation
Signed-off-by: Filipe Laíns <lains@riseup.net>
|
🤖 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. |
|
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. |
|
|
Example of test failure: The test gets an unexpected cc @cmaloney |
|
Yeah, looks like |
|
To be clear, this test is checking for IO syscalls, which is not the case for that |
GH-145279 re-do