PyPy
最新版本
什么是 PyPy?
目标和架构概述
下载和安装 PyPy
从源代码构建 PyPy
在 Windows 上进行翻译
常见问题解答
PyPy 和 CPython 之间的区别
为 pypy 编写扩展模块
垃圾收集器文档和配置
JIT 挂钩
重置 JIT
应用程序级 Stackless 功能
The
__pypy__
模块
PyPy 的沙箱功能
软件事务内存
贡献指南
PyPy 的配置处理
潜在项目列表
项目文档
源代码文档
对象空间
字节码解释器
标准解释器优化
PyPy 解析器
PyPy 的配置选项
PyPy Python 解释器选项
通用翻译选项
翻译
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
或
-O
翻译选项
命令行参考
PyPy 目录交叉引用
PyPy 的发布流程
历史发布说明
变更日志
贡献者
词汇表
PyPy
项目文档
PyPy 的配置选项
objspace
objspace.std
objspace.std.withtproxy
在 GitHub 上编辑
objspace.std.withtproxy
¶
名称:
withtproxy
描述:
支持透明代理
命令行:
–objspace-std-withtproxy
命令行否定:
–no-objspace-std-withtproxy
选项类型:
布尔选项
默认值:
True
启用
透明代理
.