pypy3
PyPy is a fast, compliant alternative implementation of the Python language. It has several advantages and distinct features:
 
- Speed: Thanks to its Just-in-Time compiler, Python programs often run faster on PyPy
- Memory usage: large, memory-hungry Python programs might end up
  taking less space than they do in CPython
- Compatibility: PyPy is highly compatible with existing python code.
  It supports ctypes and can run popular python libraries like Twisted and Django
- Sandboxing: PyPy provides the ability to run untrusted code in a fully secure way
- Stackless: PyPy can be configured to run in stackless mode, 
  providing micro-threads for massive concurrency
- Links to remote devel:languages:python:Factory / pypy3
- Download package
- 
Checkout Package
osc -A https://api.opensuse.org checkout home:matwey:pypy/pypy3 && cd $_
- Create Badge
Refresh
Source Files (show merged sources derived from linked package)
| Filename | Size | Changed | 
|---|---|---|
| 006-always-log-stdout.patch | 0000000716 716 Bytes | |
| _constraints | 0000000474 474 Bytes | |
| _link | 0000000138 138 Bytes | |
| macros.pypy | 0000000625 625 Bytes | |
| numpy-0.0.0+git20131121.c0ebca2.tar.xz | 0003433008 3.27 MB | |
| pypy-1.2-suppress-mandelbrot-set-during-tty-build. | 0000000614 614 Bytes | |
| pypy-5.1.0-src.tar.bz2 | 0017349112 16.5 MB | |
| pypy-cffi-suse.patch | 0000001464 1.43 KB | |
| pypy-numpy.changes | 0000000214 214 Bytes | |
| pypy-numpy.spec | 0000004310 4.21 KB | |
| pypy.changes | 0000027729 27.1 KB | |
| pypy.spec | 0000017170 16.8 KB | |
| rpmlintrc | 0000000321 321 Bytes | 





Comments 0