PyPy
4.0
  • What is PyPy?
  • Downloading and Installing PyPy
  • Building PyPy from Source
  • Frequently Asked Questions
  • Differences between PyPy and CPython
  • Writing extension modules for pypy
  • Embedding PyPy
  • Garbage collector configuration
  • JIT hooks
  • Application-level Stackless features
  • The __pypy__ module
  • What PyPy can do for your objects
  • PyPy’s sandboxing features
  • Software Transactional Memory
  • Translating on Windows
  • Getting Started Developing With PyPy
  • How to contribute to PyPy
  • You want to help with PyPy, now what?
  • Goals and Architecture Overview
  • 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.magic_tag
        • objspace.honor__builtins__
        • objspace.disable_call_speedhacks
        • objspace.std
      • The --opt or -O translation option
    • Command line reference
    • PyPy directory cross-reference
  • The PyPy Release Process
  • Papers, talks and related projects
  • More sprints
  • Old discussion notes needing categorization
  • Historical release notes
  • Changelogs
  • Contributors to PyPy
PyPy
  • Docs »
  • 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.withstrbuf
  • objspace.std.withspecialisedtuple
  • objspace.std.withcelldict
  • objspace.std.withliststrategies
  • objspace.std.withmethodcachecounter
  • objspace.std.methodcachesizeexp
  • objspace.std.intshortcut
  • objspace.std.optimized_list_getitem
  • objspace.std.newshortcut
  • name: std
  • description: Standard Object Space Options
Next Previous

© Copyright 2015, The PyPy Project.

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