Search code examples
Disabling std. and file I/O in Python sandbox implementation...


pythonfileiosandboxpypy

Read More
How can an implementation of a language in the same language be faster than the language?...


pythonperformancejvmpypylanguage-implementation

Read More
PyPy and CPython: are big performance increases planned?...


pythonperformancejitpypy

Read More
Are python built-ins always C extensions (even on PyPy)?...


pythonabstract-syntax-treecpythonpypybuilt-in

Read More
Does pypy handle threads and sockets quickly compared to hand written C?...


pythoncmultithreadingsocketspypy

Read More
Making PyPy work with any version of Python (>2.5)?...


pythonpypy

Read More
Contributing to Numpy on Pypy...


open-sourcenumpyscipypypy

Read More
How to get pip install PIL to work with pypy on windows 7...


pythonpython-imaging-librarypypy

Read More
RPython sys methods don't work...


pythonpypyrpython

Read More
PyPy + PHP on a single webserver...


phppythonapachewsgipypy

Read More
Why does JIT'ed code consume so much more memory than either compiled or interpreted code?...


compiler-constructionprogramming-languagesjitpypy

Read More
multiprocessing Listeners and Clients between python and pypy...


pythonmultiprocessingpypy

Read More
Pypy JIT gives a speed boost even if a script is run only once?...


pythonpypy

Read More
PyPy reload(...) error...


pythonpypy

Read More
Implementation of string functions in Python?...


pythonstringimplementationpypy

Read More
Sandboxed AND stackless python?...


pythonjitcontinuationspypypython-stackless

Read More
Can I embed CPython inside PyPy?...


pythonnumpycythoncpythonpypy

Read More
LLVM, Parrot, JVM, PyPy + python...


pythonjvmllvmpypyparrot

Read More
How does pypy handle recursions?...


pythonpypy

Read More
how does python 3.2 handle function calls from loops?...


loopspython-3.xjitfunction-callspypy

Read More
Running twistd with Pypy...


twistedpypytwistd

Read More
Why is PyPy translate so slow?...


pypy

Read More
Python: getting segmentation fault when using compile/eval...


pythoncompilationsegmentation-faultcpythonpypy

Read More
Using the socket module in sandboxed Pypy...


pythonsocketssandboxpypy

Read More
PyPy C/API access...


pythonapipypy

Read More
Recent-ish changes to the Python execution model?...


pythonexecutionpypypsyco

Read More
Is fstat() a safe (sandboxed) operation?...


pythonsandboxstatpypy

Read More
What interpreters have been made using the PyPy Translator Toolchain?...


interpreterpypyrpython

Read More
How come CPython is faster than PyPy on the two tests "slowspitfire" and "waf"?...


pythonbenchmarkingcpythonpypy

Read More
Installing Python eggs under PyPy...


pythondevelopment-environmentpypy

Read More
BackNext