Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 10, 2025

  • Test _Stringifier.__convert_to_ast() for containers

  • Test partial evaluation of ForwardRefs in _Stringifier
    (cherry picked from commit 55ea132)

Co-authored-by: dr-carlos [email protected]

…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 <[email protected]>
@dr-carlos
Copy link
Contributor

dr-carlos commented Nov 10, 2025

Not sure why this PR is failing iOS builds? The error is

xcodebuild: error: Unable to find a device matching the provided destination specifier:
  		{ platform:iOS Simulator, OS:18.5, name:iPhone 16e }
  
  	The requested device could not be found because no available devices matched the request.

Which seems entirely unrelated to this PR - probably either a GitHub Actions issue or it just needs a re-run.

@JelleZijlstra
Copy link
Member

Yeah I am retrying it.

@JelleZijlstra JelleZijlstra merged commit 462e225 into python:3.14 Nov 10, 2025
86 of 88 checks passed
@mhsmith
Copy link
Member

mhsmith commented Nov 11, 2025

@freakboy3742: Is this the same as actions/runner-images#12777? The error message looks different.

@freakboy3742
Copy link
Contributor

@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.

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

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants