Uh oh!
There was an error while loading. Please reload this page.
[3.14] gh-141174: Improve annotationlib._Stringifier test coverage (GH-141220) - #141358
Conversation
…ythonGH-141220) * Test `_Stringifier.__convert_to_ast()` for containers * Test partial evaluation of `ForwardRef`s in `_Stringifier` (cherry picked from commit 55ea132) Co-authored-by: dr-carlos <77367421+dr-carlos@users.noreply.github.com>
Not sure why this PR is failing iOS builds? The error is Which seems entirely unrelated to this PR - probably either a GitHub Actions issue or it just needs a re-run. |
JelleZijlstra
commented
Nov 10, 2025
Yeah I am retrying it. |
Uh oh!
There was an error while loading. Please reload this page.
mhsmith
commented
Nov 11, 2025
@freakboy3742: Is this the same as actions/runner-images#12777? The error message looks different. |
freakboy3742
commented
Nov 11, 2025
@mhsmith There's 2 variants on the runner failure - "Simulator doesn't start", and "Simulator doesn't appear to exist at all". This looks like an example of the second type of error. I logged actions/runner-images#13228 as a separate report; GitHub has closed that issue as duplicate of 12777. They seem to be hanging all hope on the 26.1 or 26.2 macOS release fixing all the problems they're seeing. |
Test
_Stringifier.__convert_to_ast()for containersTest partial evaluation of
ForwardRefs in_Stringifier(cherry picked from commit 55ea132)
Co-authored-by: dr-carlos 77367421+dr-carlos@users.noreply.github.com