The Cython compiler for writing C extensions for the Python language

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-0.29.23.tar.gz 0002073944 1.98 MB
cython_use_imgmath.patch 0000001036 1.01 KB
python-Cython-rpmlintrc 0000000189 189 Bytes
python-Cython.changes 0000079579 77.7 KB
python-Cython.spec 0000003731 3.64 KB
Revision 59 (latest revision is 84)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 887377 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 59)
- update to 0.29.23:
  * Some problems with Python 3.10 were resolved.
    Patches by Victor Stinner and David Woods.  (Github issues #4046, #4100)
  * An incorrect "optimisation" was removed that allowed changes to a keyword
    dict to leak into keyword arguments passed into a function.
    Patch by Peng Weikang.  (Github issue #3227)
  * Multiplied str constants could end up as bytes constants with language_level=2.
    Patch by Alphadelta14 and David Woods.  (Github issue #3951)
  * ``PY_SSIZE_T_CLEAN`` does not get defined any more if it is already defined.
    Patch by Andrew Jones.  (Github issue #4104)
Comments 0
openSUSE Build Service is sponsored by