PyPy
7.3
  • What is PyPy?
  • Goals and Architecture Overview
  • Downloading and Installing PyPy
  • Building PyPy from Source
  • Translating on Windows
  • Frequently Asked Questions
  • Differences between PyPy and CPython
  • Writing extension modules for pypy
  • Garbage collector documentation and configuration
  • JIT hooks
  • Resetting the JIT
  • Application-level Stackless features
  • The __pypy__ module
  • PyPy’s sandboxing features
  • Software Transactional Memory
  • Contributing Guidelines
  • 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.lonepycfiles
        • objspace.soabi
        • objspace.honor__builtins__
        • objspace.disable_call_speedhacks
        • objspace.disable_entrypoints
        • objspace.hash
        • objspace.std
      • The --opt or -O translation option
    • Command line reference
    • PyPy directory cross-reference
  • PyPy’s Release Process
  • Historical release notes
  • Changelogs
  • Contributors
  • Glossary
PyPy
  • Project Documentation
  • Configuration Options for PyPy
  • objspace
  • objspace.std
  • View page source

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
  • name: std
  • description: Standard Object Space Options
Previous Next

© Copyright 2023, The PyPy Project.

Built with Sphinx using a theme provided by Read the Docs.