-
-
Notifications
You must be signed in to change notification settings - Fork 12.2k
PyPy is crashing on some tests. #17420
Copy link
Copy link
Closed
Labels
Description
See here. @mattip How does one discover what the problem is with PyPy. My guess is that it is some reference problem, as PyPy doesn't do reference counting and there is a lot of it in this PR.
Reproducing code example:
import numpy as np
<< your code here >>Error message:
NumPy/Python version information:
Reactions are currently unavailable