pypy-stackless(1)
NAME
pypy-stackless - PyPy Python interpreter compiled using the stackless C
backend.
SYNOPSIS
pypy-stackless [options]
DESCRIPTION
pypy-stackless is a PyPy interpreter compiled using the C backend, with
stackless functionality.
OPTIONS
-i Inspect interactively after running the specified script.
-O Dummy optimization flag for compatibility with CPython.
-c CMD program passed in as CMD (terminates option list).
-S Do not "import site" on initialization.
-u Unbuffered binary stdout and stderr.
- -h, --help
- Show this help message and exit.
- -m Library module to be run as a script (terminates option list).
- --version
- Print the PyPy version.
- --info Print translation information about this PyPy executable.
SEE ALSO
pypy(1), py.py(1), pypy-translate(1), jscompile(1)
AUTHORS
PyPy was written by the members of the PyPy project <http://codespeak.net/pypy>.
- This manual page was written by Chris Lamb <chris@chris-lamb.co.uk>,
for the Debian project (but may be used by others).