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
  • 在 GitHub 上编辑

objspace.std¶

  • objspace.std.withtproxy
  • objspace.std.withprebuiltint
  • objspace.std.prebuiltintfrom
  • objspace.std.prebuiltintto
  • objspace.std.withsmalllong
  • objspace.std.withspecialisedtuple
  • objspace.std.withliststrategies
  • objspace.std.withmethodcachecounter
  • objspace.std.methodcachesizeexp
  • objspace.std.intshortcut
  • objspace.std.optimized_list_getitem
  • objspace.std.newshortcut
  • objspace.std.reinterpretasserts
  • 名称: std
  • 描述: 标准对象空间选项
上一页 下一页

© Copyright 2024, The PyPy Project. Revision e3a12947. 上次更新于 2024 年 6 月 26 日.

使用 Sphinx 构建,使用 主题 由 Read the Docs 提供。