Conversation
This comment has been minimized.
This comment has been minimized.
|
Hmm, apparently scipy relies on |
|
I restored numpy.testing.IS_PYPY, and submitted scipy/scipy#24491 to detach |
seberg
left a comment
There was a problem hiding this comment.
Thanks Matti, LGTM and seems complete. There is nothing else here, right? (I.e. this is ready to just merge? Then go ahead, or I'll do it).
|
Yes, this is ready to merge from my perspective |
|
Thanks Matti :) |
That's the absolute minimum, but more importantly: this should now be considered public API, and |
Drop PyPy. Closes #30416
I searched for all PyPy, PYPY, and pypy. Perhaps there are accommodations I missed, like calls to
gc.collect(), in tests, that were not marked as needed for PyPy.Hopefully putting this in one PR will make it possible to revert if PyPy development restarts.