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
Don't think I've ever tried running the thing on it, but don't see why it shouldn't work there, and unless it needs some major rewrite, can probably fix bugs there.
That output without proper exception is weird though, like a print() forgotten somewhere :)
But looking at wrappers and replacing None there with POINTER(c_int)() doesn't seem to help.
And adding a bunch more prints seem to narrow it down to "somewhere in pypy3 ctypes", so idk, maybe they'll fix it upstream, or maybe there's some pypy-specific debug option enabled by design producing these, but too lazy to look into these within pypy code or report it there.
If someone has any idea where these things come from, please leave a comment.
When I run tests with PyPy3, they pass but I see a lot of these errors. Is PyPy3 officially supported?
For instance:
The text was updated successfully, but these errors were encountered: