书栈网 · BookStack 本次搜索耗时 0.064 秒,为您找到 1044 个相关结果.
  • object spaces

    503 2020-04-19 《PyPy Documentation》
    The Object Space Introduction Object Space Interface Administrative Functions Operations on Objects in the Object Space Convenience Functions Creation of Application Level obje...
  • Installing / Upgrading

    Installing / Upgrading Installing with pip Installing with easy_install Dependencies Installing from source Installing from source on Unix Installing from source on macOS / OSX...
  • 调用协议

    调用协议 tp_call 协议 Vectorcall 协议 递归控制 Vectorcall 支持 API 调用对象的 API 调用支持 API 调用协议 CPython 支持两种不同的调用协议:tp_call 和矢量调用。 tp_call 协议 设置 tp_call 的类的实例都是可调用的。 槽位的签名为: PyObject ...
  • 速度

    速度 Context The GIL C 扩展 GIL C 扩展 Cython Pyrex Shedskin? Concurrency Concurrent.futures Threading Spawning Processes Multiprocessing 速度 CPython作为最流行的Python环境,对于CPU密...
  • 代码对象

    代码对象 附加信息 代码对象 代码对象是 CPython 实现的低层级细节。 每个代表一块尚未绑定到函数中的可执行代码。 type PyCodeObject 用于描述代码对象的对象的 C 结构。 此类型字段可随时更改。 PyTypeObject PyCode_Type 这一个代表 Python 代码对象 的 PyTypeObjec...
  • parser

    568 2020-04-19 《PyPy Documentation》
    PyPy Parser Overview Tokenizer Parser Building the Python grammar Parser implementation Parsing Python Compiler Building AST AST Optimization Symbol analysis Bytecode gene...
  • Python 3.4 有什么新变化

    Python 3.4 有什么新变化 摘要 - 发布重点 新的特性 PEP 453: 在 Python 安装版中对 PIP 的显式初始设置 默认对 pip 进行初始设置 文档更改 PEP 446: 新创建的文件描述符将设为不可继承 编解码器处理方式的改进 PEP 451: 针对导入系统的 ModuleSpec 类型 其他语言特性修改 新增模块...
  • Python 3.7 有什么新变化

    Python 3.7 有什么新变化 摘要 - 发布重点 新的特性 PEP 563:延迟的标注求值 PEP 538: 传统 C 区域强制转换 PEP 540: 强制 UTF-8 运行时模式 PEP 553: 内置的 breakpoint() PEP 539: 用于线程局部存储的新 C API PEP 562: 定制对模块属性的访问 PEP 56...
  • inspect — 检查对象

    inspect —- 检查对象类型和成员 Retrieving source code Introspecting callables with the Signature object 类与函数 The interpreter stack Fetching attributes statically Current State of Ge...
  • 0.19 (2013-04-19)

    0.19 (2013-04-19) Features added Bugs fixed Other changes 0.19 (2013-04-19) Features added New directives c_string_type and c_string_encoding to more easilyand automati...