PyPy
latest
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
Application-level Stackless features
The
__pypy__
module
PyPy’s sandboxing features
Software Transactional Memory
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
Docs
»
Project Documentation
»
Configuration Options for PyPy
»
objspace
»
objspace.usemodules
»
objspace.usemodules._lsprof
Edit on Bitbucket
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.
Read the Docs
v: latest
Versions
latest
release-2.6.x
release-2.5.x
release-2.4.x
Downloads
pdf
htmlzip
epub
On Read the Docs
Project Home
Builds
Free document hosting provided by
Read the Docs
.