The PyPy plugin Introduction Install uWSGI with PyPy support The PyPy home The PyPy setup file WSGI support RPC support IPython trick uWSGI API status Options Notes T...
The pypy module Generally available functionality Fast String Concatenation Interacting with the PyPy debug log Transparent Proxy Functionality Additional Clocks for Timing E...
What is PyPy? What is PyPy? Historically, PyPy has been used to mean two things. The first is theRPython translation toolchain for generatinginterpreters for dynamic programmi...
PyPy video documentation Copyrights and Licensing Trailer: PyPy at the PyCon 2006 Interview with Tim Peters Interview with Bob Ippolito Introductory talk on PyPy Talk on Agile...
Downloading and Installing PyPy Using a packaged PyPy Download a pre-built PyPy Installing PyPy Installing more modules Installing using virtualenv Building PyPy yourself ...
Porting Cython code to PyPy Reference counts Object lifetime Borrowed references and data pointers Builtin types, slots and fields GIL handling Efficiency Known problems Bug...
PyPy’s Release Process Release Policy How to Create a PyPy Release Release Steps Make the release branch Other steps PyPy’s Release Process Release Policy We try to crea...
Differences between PyPy and CPython Differences related to garbage collection strategies Subclasses of built-in types Mutating classes of objects which are already used as dicti...