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-3.0.8.tar.gz 0002744096 2.62 MB
python-Cython-rpmlintrc 0000000195 195 Bytes
python-Cython.changes 0000103161 101 KB
python-Cython.spec 0000003554 3.47 KB
Revision 81 (latest revision is 83)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1138672 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 81)
- update to 3.0.8:
  * Using const together with defined fused types could fail to
    compile. (Github issue :issue:`5230`)
  * A "use after free" bug was fixed in parallel sections.
    (Github issue :issue:`5922`)
  * Several types were not available as cython.* types in pure
    Python code.
  * The generated code is now correct C89 again, removing some
    C++ style // comments and C99-style declaration-after-code
    code ordering.  This is still relevant for some ols C
    compilers, specifically ones that match old Python 2.7
    installations.
Comments 0
openSUSE Build Service is sponsored by