Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_external_inspection.py fails on QEMU builds #116075

Closed
gvanrossum opened this issue Feb 28, 2024 · 0 comments · Fixed by #116076
Closed

test_external_inspection.py fails on QEMU builds #116075

gvanrossum opened this issue Feb 28, 2024 · 0 comments · Fixed by #116076

Comments

@gvanrossum
Copy link
Member

gvanrossum commented Feb 28, 2024

See #116062 (comment) for details. Basically get_stack_trace() raises "OSError: Function not implemented" on some JIT builds (those with aarch64-unknown-linux in their name).

On Discord, @erlend-aasland suggests:

The best fix would be to have some kind of feature detection when we build the _testexternalinspection extension module, so the build will fail if the target platform cannot support this kind of introspection. That will make test_external_inspection.py skip correctly. IMO.

This test was introduced by @pablogsal in gh-115774 (brand new), in response to issue gh-115773.

Linked PRs

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

Successfully merging a pull request may close this issue.

2 participants