PyPy
7.3
What is PyPy?
Goals and Architecture Overview
Downloading and Installing PyPy
Building PyPy from Source
Translating on Windows
Frequently Asked Questions
Differences between PyPy and CPython
Writing extension modules for pypy
Garbage collector documentation and configuration
JIT hooks
Resetting the JIT
Application-level Stackless features
The
__pypy__
module
PyPy’s sandboxing features
Software Transactional Memory
Remote Debugging
Contributing Guidelines
PyPy’s Configuration Handling
Potential Project List
Project Documentation
Source Code Documentation
The Object Space
Bytecode Interpreter
Standard Interpreter Optimizations
PyPy Parser
Configuration Options for PyPy
PyPy Python interpreter options
General translation options
translation
objspace
objspace.usemodules
objspace.allworkingmodules
objspace.extmodules
objspace.translationmodules
objspace.lonepycfiles
objspace.soabi
objspace.honor__builtins__
objspace.disable_call_speedhacks
objspace.disable_entrypoints
objspace.hash
objspace.std
The
--opt
or
-O
translation option
Command line reference
PyPy directory cross-reference
PyPy’s Release Process
Historical release notes
Changelogs
Contributors
Glossary
PyPy
Project Documentation
Configuration Options for PyPy
objspace
objspace.usemodules
objspace.usemodules._lsprof
View page source
objspace.usemodules._lsprof
¶
name:
_lsprof
description:
use module _lsprof
command-line:
–withmod-_lsprof
command-line for negation:
–withoutmod-_lsprof
option type:
boolean option
default:
False
Use the ‘_lsprof’ module.