1 | | The main attraction of PyPy is the JIT; without it, PyPy is essentially equivalent to CPython, only slower and less compatible. For macOS, the only supported JIT platform is AMD64, and I haven't seen any other news since the blog post, mentioned earlier, indicating otherwise. Because of that, I've disabled the port for other platforms, and I'm inclined to close this bug as WONTFIX; essentially, it's an upstream bug. Looking at [https://foss.heptapod.net/pypy/pypy/-/compare/branch%2Fpy3.7...branch%2Fmac-arm?from_project_id=76 their repository], hardly any work has been done on the effort. |
| 1 | The main attraction of PyPy is the JIT; without it, PyPy is essentially equivalent to CPython, only slower and less compatible. For macOS, the only supported JIT platform is AMD64, and I haven't seen any other news since the blog post, mentioned earlier, indicating otherwise. Looking at [https://foss.heptapod.net/pypy/pypy/-/compare/branch%2Fpy3.7...branch%2Fmac-arm?from_project_id=76 their repository], hardly any work has been done on the effort. Because of that, I've disabled the port for other platforms, and I'm inclined to close this bug as WONTFIX; essentially, it's an upstream bug. |