pypy support
See original GitHub issuepypy has python3.5 support. http://doc.pypy.org/en/latest/release-v5.10.1.html
So, maybe we can try to support that? It may give our users some performance increase.
Checklist:
- will it work
- does it require any changes
- add new travis/appveyor testing targets
- add
setup.pyclassifier - update docs
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:20 (16 by maintainers)
Top Results From Across the Web
PyPy
Compatibility: PyPy is highly compatible with existing python code. It supports cffi, cppyy, and can run popular python libraries like twisted, and django....
Read more >The PyPy plugin — uWSGI 2.0 documentation - Read the Docs
A new PyPy plugin based on cffi is available since uWSGI 1.9.11. The old slow cpyext-based one has been removed from the tree....
Read more >PyPy support - PyO3 user guide
Using PyPy is supported via cpyext. Support is only provided for building Rust extension for code running under PyPy. This means that PyPy...
Read more >Add PyPy 7 support - Python - Travis CI Community
Please add support for the new PyPy 7.0.0 release, at least PyPy3.5 and PyPy2.7: PyPy v7.0.0: triple release of 2.7, 3.5 and 3.6-alpha...
Read more >PyPy - Wikipedia
PyPy is an implementation of the Python programming language. PyPy often runs faster than ... PyPy aims to provide a common translation and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

OK, les save it for dessert 😸
Please, reconsider adding
Cython. It may cause too many problems within the building step. And provide a little performance gain.