pypy / pypy

PyPy is a very fast and compliant implementation of the Python language.
https://pypy.org
Other
790 stars 38 forks source link

Running rpython jit backend tests crash on macos arm64 when using a pypy host #4940

Closed mattip closed 1 month ago

mattip commented 1 month ago

It seems the calls to pthread_jit_write_protect_np conflict with the ones on the host PyPy. This can be worked around by running the tests with --jit off. This affects all the `rpython/jit/backend/aarch64 tests.

mattip commented 1 month ago

Fixed using pypyjit.set_param("off")