PyPy
最新
什么是 PyPy?
目标和架构概述
下载和安装 PyPy
从源代码构建 PyPy
在 Windows 上翻译
常见问题解答
PyPy 和 CPython 之间的区别
为 pypy 编写扩展模块
垃圾收集器文档和配置
JIT 挂钩
重置 JIT
应用程序级 Stackless 功能
The
__pypy__
模块
PyPy 的沙箱功能
软件事务内存
贡献指南
PyPy 的配置处理
潜在项目列表
项目文档
源代码文档
PyPy 的发布流程
历史版本说明
变更日志
贡献者
词汇表
PyPy
索引
在 GitHub 上编辑
索引
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
W
A
应用程序级别
args
B
bigint_w() (内置函数)
bytes_w() (pypy.interpreter.baseobjspace.ObjSpace 方法)
C
call() (内置函数)
call_function() (内置函数)
call_method() (内置函数)
callable() (内置函数)
CPython
D
delegate()
disable_debug() (内置函数)
dont_trace_here() (内置函数)
E
enable_debug() (内置函数)
eq_w() (内置函数)
F
finditem() (内置函数)
float_w() (内置函数)
G
get_jitcell_at_key() (内置函数)
get_stats_asmmemmgr() (内置函数)
get_stats_snapshot() (内置函数)
get_tproxy_controller() (内置函数)
getbuiltinmodule() (内置函数)
getexecutioncontext() (内置函数)
getindex_w() (内置函数)
H
hash_w() (内置函数)
I
index() (内置函数)
int_w() (内置函数)
interp_w() (内置函数)
interpclass_w() (内置函数)
解释器级别
is_() (内置函数)
is_true() (内置函数)
is_w() (内置函数)
isinstance() (内置函数)
J
JitInfoSnapshot (内置类)
JitLoopInfo (内置类)
K
kwargs
L
len_w() (内置函数)
M
make_proxy() (内置函数)
混合模块
N
newbool() (内置函数)
newbytes() (内置函数)
newdict() (内置函数)
newint() (内置函数)
newlist() (内置函数)
newlong() (内置函数)
newslice() (内置函数)
newtext() (内置函数)
newtuple() (内置函数)
newunicode() (内置函数)
newutf8() (内置函数)
not_() (内置函数)
O
obj
对象空间
ObjSpace.BuiltinModuleTable (内置变量)
ObjSpace.ConstantTable (内置变量)
ObjSpace.ExceptionTable (内置变量)
ObjSpace.IrregularOpTable (内置变量)
ObjSpace.MethodTable (内置变量)
opname
P
proxyobj
Python 增强提案
PEP 8
R
releaseall() (内置函数)
residual_call() (内置函数)
S
set_abort_hook() (内置函数)
set_compile_hook() (内置函数)
set_param() (内置函数)
set_trace_too_long_hook() (内置函数)
space.builtin (内置变量)
space.sys (内置变量)
space.w_Ellipsis (内置变量)
space.w_False (内置变量)
space.w_float (内置变量)
space.w_instance (内置变量)
space.w_int (内置变量)
space.w_long (内置变量)
space.w_None (内置变量)
space.w_NotImplemented (内置变量)
space.w_slice(内置变量)
space.w_str(内置变量)
space.w_True(内置变量)
space.w_tuple(内置变量)
space.w_type(内置变量)
space.w_unicode(内置变量)
无栈解释器
标准解释器
str_w()(内置函数)
T
text_w()(pypy.interpreter.baseobjspace.ObjSpace 方法)
tproxy()(内置函数)
U
unicode_w()(内置函数)
unpackiterable()(内置函数)
unpacktuple()(内置函数)
unwrap()(内置函数)
W
wrap()(内置函数)