python-Cython

Edit Package python-Cython

The Cython language makes writing C extensions for the Python language as easy as Python itself. Cython is a source code translator based on the well-known Pyrex, but supports more cutting edge functionality and optimizations.

The Cython language is very close to the Python language (and most Python code is also valid Cython code), 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 writing glue code for external C libraries, and for fast C modules that speed up the execution of Python code.

Refresh
Refresh
Source Files
Filename Size Changed
Cython-3.0.7.tar.gz 0002741910 2.61 MB
python-Cython-rpmlintrc 0000000195 195 Bytes
python-Cython.changes 0000102313 99.9 KB
python-Cython.spec 0000003510 3.43 KB
Revision 190 (latest revision is 199)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 190)
- update to 3.0.7:
  * In the iterator of generator expressions, ``await`` and
    ``yield`` were not correctly analysed.
  * ``cpdef`` enums with the same name cimported from different
    modules could lead to invalid C code.
  * Some declarations in ``cpython.unicode`` were fixed and
    extended.
  * Compiling fused types used in pxd files could crash Cython in
    Python 3.11+.
  * Source files with non-ASCII file names could crash Cython.
  * Includes all bug-fixes and features from the 0.29 maintenance
    branch
Comments 0
openSUSE Build Service is sponsored by