书栈网 · BookStack 本次搜索耗时 0.009 秒,为您找到 1044 个相关结果.
  • 0.27 (2017-09-23)

    0.27 (2017-09-23) Features added Bugs fixed Other changes 0.27 (2017-09-23) Features added Extension module initialisation followsPEP 489 in CPython 3.5+, whichresolves ...
  • 0.28 (2018-03-13)

    0.28 (2018-03-13) Features added Bugs fixed Other changes 0.28 (2018-03-13) Features added Cdef classes can now multiply inherit from ordinary Python classes.(The primary...
  • 1.1. 其他实现

    1.1. 其他实现 1.1. 其他实现 虽然官方 Python 实现差不多得到最广泛的欢迎,但也有一些其他实现对特定领域的用户来说更具吸引力。 知名的实现包括: CPython 这是最早出现并持续维护的 Python 实现,以 C 语言编写。新的语言特性通常在此率先添加。 Jython 以 Java 语言编写的 Python 实现。此实现可...
  • 27. Updating standard library extension modules

    27. Updating standard library extension modules 27. Updating standard library extension modules In this section, we could explain how to write a CPython extension with the C la...
  • uWSGI 2.0.7

    uWSGI 2.0.7 Bugfixes New Features and improvements Allow calling the spooler from every CPython context store_delete cache2 option file logger rotation Vassal plugin hooks Bro...
  • Thread Local Storage Support

    Thread Local Storage Support Thread Specific Storage (TSS) API Dynamic Allocation 方法 Thread Local Storage (TLS) API Thread Local Storage Support The Python interpreter prov...
  • Installation

    Installation Requirements Installation The last stable release is available on PyPI and can be installed with pip : $ python3 - m pip install PyMySQL To use “sha256_pass...
  • 1.1. 其他实现

    1.1. 其他实现 1.1. 其他实现 虽然官方 Python 实现差不多得到最广泛的欢迎,但也有一些其他实现对特定领域的用户来说更具吸引力。 知名的实现包括: CPython 这是最早出现并持续维护的 Python 实现,以 C 语言编写。新的语言特性通常在此率先添加。 Jython 以 Java 语言编写的 Python 实现。此实...
  • 0.23.5 (2016-03-26)

    0.23.5 (2016-03-26) 0.23.5 (2016-03-26) Compile errors and warnings in integer type conversion code. This fixesticket 877. Patches by Christian Neukirchen, Nikolaus Rath, Ian ...
  • Writing extension modules for pypy

    741 2020-04-19 《PyPy Documentation》
    Writing extension modules for pypy CFFI CTypes cppyy RPython Mixed Modules Writing extension modules for pypy This document tries to explain how to interface the PyPy pytho...