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

    uWSGI 2.0.1 错误修复和改进 新特性 Perl原生Spooler支持 –alarm-backlog –close-on-exec2 简单通知子系统 用于守护进程的pid名字空间 (仅Linux) 重订阅 文件系统监控API 对yajl 1.0的支持 for-readline %i和%j魔术变量 –inject-before 和...
  • 0.23.1 (2015-08-22)

    0.23.1 (2015-08-22) Bugs fixed 0.23.1 (2015-08-22) Bugs fixed Invalid C code for generators. This fixes ticket 858. Invalid C code for some builtin methods. This fixes tick...
  • Memory Allocation

    Memory Allocation Memory Allocation Dynamic memory allocation is mostly a non-issue in Python. Everything is anobject, and the reference counting system and garbage collector a...
  • bytecode interpreter

    704 2020-04-19 《PyPy Documentation》
    Bytecode Interpreter Introduction and Overview Bytecode Interpreter Implementation Classes Frame classes Code Class Function and Method classes Arguments Class Module Class G...
  • 设计和历史常见问题

    设计和历史常见问题 为什么Python使用缩进来分组语句? 为什么简单的算术运算得到奇怪的结果? 为什么浮点计算不准确? 为什么Python字符串是不可变的? 为什么必须在方法定义和调用中显式使用“self”? 为什么不能在表达式中赋值? 为什么Python对某些功能(例如list.index())使用方法来实现,而其他功能(例如len(List...
  • Python的新变化

    Python的新变化 Python的新变化 这个“Python 有什么新变化?”系列内容会带您浏览 Python 大版本之间重要的变化。在新版发布后,如果您希望掌握最新变化,请务必阅读这些内容。 What’s New In Python 3.11 Summary — Release highlights New Features New Fe...
  • 使用C扩展

    使用C扩展 使用C扩展 CPython还为开发者实现了一个有趣的特性,使用Python可以轻松调用C代码 开发者有三种方法可以在自己的Python代码中来调用C编写的函数-ctypes ,SWIG ,Python/C API 。每种方式也都有各自的利弊。 首先,我们要明确为什么要在Python中调用C? 常见原因如下: 你要提升代码的运行...
  • 12. Following Python’s Development

    12. Following Python’s Development 12.1. Mailing Lists 12.2. Zulip 12.3. IRC 12.4. Blogs 12.5. Standards of behaviour in these communication channels 12.6. Setting Expectation...
  • 0.13 (2010-08-25)

    0.13 (2010-08-25) Features added Bugs fixed Other changes 0.13 (2010-08-25) Features added Closures are fully supported for Python functions. Cython supports inner functi...
  • 0.20.2 (2014-06-16)

    0.20.2 (2014-06-16) Features added Bugs fixed 0.20.2 (2014-06-16) Features added Some optimisations for set/frozenset instantiation. Support for C++ unordered_set and unor...