You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new dangling reference tests fail under Pypy2 and Pypy3. It keeps references more references to the osmium object than it should. It is not quite clear if this is because we are making the wrong assumptions or pybind11 doesn't play well with Pypy.
For the moment, I would assume the latter and exclude support for Pypy.
The text was updated successfully, but these errors were encountered:
Interesting project but it's in a very early alpha state, so something to look at in a year or two earliest. Ideally pybind11 simply provides support for it.
Pypy3 now seems to work but at least one test is slow to the point of being unusable. CI also has issues when running with a self-compiled shapely. Both needs further investigation.
The new dangling reference tests fail under Pypy2 and Pypy3. It keeps references more references to the osmium object than it should. It is not quite clear if this is because we are making the wrong assumptions or pybind11 doesn't play well with Pypy.
For the moment, I would assume the latter and exclude support for Pypy.
The text was updated successfully, but these errors were encountered: