Skip to content
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

Does uvloop support PyPy now? #129

Closed
miracle2k opened this issue Mar 9, 2018 · 1 comment
Closed

Does uvloop support PyPy now? #129

miracle2k opened this issue Mar 9, 2018 · 1 comment

Comments

@miracle2k
Copy link

$ python
Python 3.5.3 (7a22aa3bd5bf, Dec 25 2017, 17:11:18)
[PyPy 5.10.0 with GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)] on darwin
>>>> from uvloop import loop
>>>> loop
<module 'uvloop.loop' from '/Users/michael/.local/share/virtualenvs/arb-oYKsIFe-/site-packages/uvloop/loop.pypy3-510-darwin.so'>

Works:

import asyncio
import uvloop

asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
asyncio.get_event_loop().run_forever()

I can't find any information about this though, no announcements or anything.

@1st1
Copy link
Member

1st1 commented Mar 9, 2018

I didn't make any changes to uvloop to support PyPy, so I guess it's just cpyext / cython getting fixed. Would appreciate you sharing your experience with running uvloop on PyPy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants