PyPy
4.0
What is PyPy?
Downloading and Installing PyPy
Building PyPy from Source
Frequently Asked Questions
Differences between PyPy and CPython
Writing extension modules for pypy
Embedding PyPy
Garbage collector configuration
JIT hooks
Application-level Stackless features
The
__pypy__
module
What PyPy can do for your objects
PyPy’s sandboxing features
Software Transactional Memory
Translating on Windows
Getting Started Developing With PyPy
How to contribute to PyPy
You want to help with PyPy, now what?
Goals and Architecture Overview
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.usepycfiles
objspace.lonepycfiles
objspace.soabi
objspace.magic_tag
objspace.honor__builtins__
objspace.disable_call_speedhacks
objspace.std
The
--opt
or
-O
translation option
Command line reference
PyPy directory cross-reference
Making a PyPy Release
Papers, talks and related projects
More sprints
Old discussion notes needing categorization
Historical release notes
Changelogs
Contributors to PyPy
PyPy
Docs
»
Project Documentation
»
Configuration Options for PyPy
»
objspace
»
objspace.std
»
objspace.std.prebuiltintfrom
View page source
objspace.std.prebuiltintfrom
ΒΆ
name:
prebuiltintfrom
description:
lowest integer which is prebuilt
command-line:
–prebuiltintfrom
option type:
integer option
default:
-5
see
–objspace-std-withprebuiltint
.