套件:cython3-legacy(0.29.37-2) [debports]
C-Extensions for Python 3 (legacy version 0.29)
Cython is a language that makes writing C extensions for the Python language as easy as Python itself. Cython is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations.
The Cython language is very close to the Python language, but Cython additionally supports calling C functions and declaring C types on variables and class attributes. This allows the compiler to generate very efficient C code from Cython code.
This makes Cython the ideal language for wrapping external C libraries, and for fast C modules that speed up the execution of Python code.
This legacy version may not work with Python 3.12. In particular, the pyximport module appears to fail. This legacy version should not be used as a package run-time dependency.
其他與 cython3-legacy 有關的套件
|
|
|
|
-
- dep: libc6.1 (>= 2.37)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6.1-udeb
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.13)
- dep: python3 (>= 3.11~)
-
- dep: python3-zombie-imp
- copy of the `imp` module that was removed in Python 3.12
-
- rec: gcc
- GNU C compiler
-
- rec: python3-dev
- header files and a static library for Python (default)
-
- sug: cython-legacy-doc
- C-Extensions for Python (legacy version 0.29) - documentation