PyPy
最新版本
什么是 PyPy?
目标和架构概述
下载和安装 PyPy
从源代码构建 PyPy
在 Windows 上进行翻译
常见问题解答
PyPy 和 CPython 之间的区别
为 pypy 编写扩展模块
垃圾收集器文档和配置
JIT 钩子
重置 JIT
应用程序级 Stackless 功能
The
__pypy__
模块
PyPy 的沙箱功能
软件事务内存
贡献指南
PyPy 的配置处理
潜在项目列表
项目文档
源代码文档
对象空间
字节码解释器
标准解释器优化
PyPy 解析器
PyPy 的配置选项
PyPy Python 解释器选项
通用翻译选项
翻译
translation.continuation
translation.type_system
translation.backend
translation.shared
translation.log
translation.gc
translation.gctransformer
translation.gcremovetypeptr
translation.gcrootfinder
translation.thread
translation.sandbox
translation.rweakref
translation.jit
translation.jit_backend
translation.jit_profiler
translation.jit_opencoder_model
translation.check_str_without_nul
translation.verbose
translation.cc
translation.profopt
translation.profoptargs
translation.instrument
translation.countmallocs
translation.countfieldaccess
translation.fork_before
translation.dont_write_c_files
translation.instrumentctl
translation.output
translation.secondaryentrypoints
translation.dump_static_data_info
translation.no__thread
translation.make_jobs
translation.list_comprehension_operations
translation.withsmallfuncsets
translation.taggedpointers
translation.keepgoing
translation.lldebug
translation.lldebug0
translation.lto
translation.icon
translation.manifest
translation.libname
translation.backendopt
translation.platform
translation.split_gc_address_space
translation.reverse_debugger
translation.rpython_translate
objspace
The
--opt
or
-O
翻译选项
命令行参考
PyPy 目录交叉引用
PyPy 的发布流程
历史版本说明
变更日志
贡献者
词汇表
PyPy
项目文档
PyPy 的配置选项
翻译
translation.keepgoing
在 GitHub 上编辑
translation.keepgoing
¶
名称:
keepgoing
描述:
在遇到错误时继续进行注释,并在注释阶段结束时报告所有错误
命令行:
–keepgoing
命令行否定形式:
–no-keepgoing
选项类型:
布尔选项
默认值:
False