-
Following on from https://github.com/pypy/pypy/issues/4939 which implemented support for aarch64, Linux running on M1 (bare metal) still warns:
```$ pypy3 -c 'import gc; print(gc.get_stats().nurser…
-
https://github.com/conda-forge/aiocsv-feedstock/pull/1
`Py_UNREACHABLE` is apparently not defined by pypy, and this causes the build to fail for pypy.
-
We are scheduled to drop Python 3.10 support in NumPy 2.3. I will make a PR to get started on that, but
have noticed a few issues I have questions about:
@ngoldbaum `numpy/_core/src/multiarray/str…
-
Hello, we had an upstream report of a bug from a user who has installed on PyPy 3.10 and run into an incompatibility between PyPy 3.10 and the aging PyO3 version bundled in your 0.2.0 release.
http…
-
## 🚀 Feature
Support pytorch from PyPy -- a fast, compliant alternative implementation of the Python language (http://pypy.org)
## Motivation
While pytorch itself probably won't benefit much fr…
-
3 tests fail with the same reason:
```
def __test_invalid_input(data: str, msg: str, idx: int) -> None:
with pytest.raises(sdjson.JSONDecodeError) as err:
sdjson.load…
-
### Is your feature request related to a problem?
We have some tests that are skipped on Windows and Pypy, revise after we bump our baseline to 3.9 and so we can bump the pypy version.
There were …
xrmx updated
5 months ago
-
When using fypp with pypy, I get the following strange error:
```
common.fypp:66: error: exception occurred when setting variable(s) 'VERSION90' to 'defined('VERSION90')' [FyppFatalError]
error: …
-
-
Is it possible to tell pynsist to bundle the PyPy Windows files instead of the official one?
ghost updated
5 years ago