Skip to content

[TEST] Test pypy311 CI issue#46916

Open
kshitij-microsoft wants to merge 10 commits into
Azure:mainfrom
kshitij-microsoft:kchawla/pypy311Fix
Open

[TEST] Test pypy311 CI issue#46916
kshitij-microsoft wants to merge 10 commits into
Azure:mainfrom
kshitij-microsoft:kchawla/pypy311Fix

Conversation

@kshitij-microsoft
Copy link
Copy Markdown
Member

Description

Please add an informative description that covers that changes made by the pull request and link all relevant issues.

If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR appears intended to test a PyPy 3.11 CI issue, but the only codebase change is a trailing README modification.

Changes:

  • Adds a .. line at the end of sdk/ml/azure-ai-ml/README.md.

Comment thread sdk/ml/azure-ai-ml/README.md
…ing faulthandler/importtime output survives SIGABRT
…IGABRT (interpreter starts but emits zero output before abort)
…ror in 7.3.21 astcompiler

PyPy 7.3.21 (currently in the Azure hosted toolcache for Python 3.11.15) crashes during AST compilation of azure.ai.ml with:

  Fatal RPython error: AssertionError
  should be unreachable! please report a bug about the astcompiler _archive_or_restore
  ...PythonCodeMaker_duplicate_exits_without_lineno

PyPy 7.3.22 (same Python 3.11.15 language version) does not exhibit the bug. This change overlays the 7.3.22 build into the toolcache before UsePythonVersion@0 resolves pypy3.11 in CI.

Also reverts the temporary diagnostic changes to dispatch_checks.py and azpysdk/install_and_test.py that were used to bisect the failure, and adds sdk/ml/azure-ai-ml/pypy_astcompiler_repro.py describing the bug and reproduction steps for an upstream PyPy issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants