-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors on PyPy3 #33
Comments
Thanks for the report! I am not sure what's going on here - Could you run the following code directly in Pypy and check if it works?
If this doesn't work, then my guess is that Pypi has not fully implemented the Regarding |
Both cpython and pypy returned a trio.Nursery object with that snippet:
The comment regarding |
That's quite mystifying. Exactly the same code fragment seems to give None when used in pyfuse3.pyx. Maybe it's an issue with the C code that Cython generates from this... |
(the way that |
I am actually doing project in my university, they asked me to contribute |
@Rprabudeva I'm having a very hard time understanding you, but I am still confident that what you are saying is misleading at best, and downright wrong at worst. I've deleted your previous comment to prevent it from confusing others about the issue. I will leave this one as-is, but please reconsider if contributing to this project is a good fit for your skills. |
@elonen Could you also try the following please?
If that works, could you please install the newest Cython that you can get (ideally Git master) and rebuild everything ( |
Should the library run on PyPy? Trying pyfuse3 v3.1.1 on PyPy 7.3.2, pyfuse3 compiles, but when I tried to run/mount the
hello.py
example:Same thing with
hello_async.py
:Package versions:
Trio claims to work on PyPy, so I'm wondering what's going on here. It also seems that even the asyncio example (
hello_async.py
) initializes through Trio somehow.The text was updated successfully, but these errors were encountered: