书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 465 个相关结果.
  • 0.23.4 (2015-10-10)

    0.23.4 (2015-10-10) Bugs fixed 0.23.4 (2015-10-10) Bugs fixed Memory leak when calling Python functions in PyPy. Compilation problem with MSVC in C99-ish mode. Warning abou...
  • Application-level Stackless features

    647 2020-04-19 《PyPy Documentation》
    Application-level Stackless features Introduction Theory Application level interface Continulets Genlets Greenlets Unimplemented features Recursion depth limit Stacklets Th...
  • 1.1. 其他实现

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

    Frequently Asked Questions Encoded Data? Custom User-Agents? Why not Httplib2? Python 3 Support? What are “hostname doesn’t match” errors? Frequently Asked Questions This ...
  • Speed

    Speed Context The GIL C Extensions The GIL C Extensions Cython Pyrex Shedskin? Concurrency Concurrent.futures threading Spawning Processes Multiprocessing Speed CP...
  • Gunicorn

    Gunicorn Installing Running Binding Externally Async with gevent or eventlet Gunicorn Gunicorn is a pure Python WSGI server with simple configuration and multiple worker im...
  • Gunicorn

    Gunicorn Installing Running Binding Externally Async with gevent or eventlet Gunicorn Gunicorn is a pure Python WSGI server with simple configuration and multiple worker im...
  • PyAccess Module

    PyAccess Module Example PyAccess Class PyAccess Module The PyAccess module provides a CFFI/Python implementation of the PixelAccess Class . This implementation is far faster...
  • Gunicorn

    Gunicorn Installing Running Binding Externally Async with gevent or eventlet Gunicorn Gunicorn is a pure Python WSGI server with simple configuration and multiple worker im...
  • WebSocket

    WebSocket 帮助使用 WebSocket 的库。 AutobahnPython:给 Python 、使用的 WebSocket & WAMP 基于 Twisted 和 asyncio 。官网 Crossbar:开源统一应用路由(Websocket & WAMP for Python on Autobahn)。官网 django-socke...