Go to file
Dominique Leuenberger 383cff38e3 Accepting request 1089349 from devel:languages:python
- update to 0.29.35:
  * A garbage collection enabled subtype of a non-GC extension
    type could call into the deallocation function of the
    super type with GC tracking enabled.  This could lead
    to crashes during deallocation if GC was triggered on the
    type at the same time.
  * Some C compile failures and crashes in CPython 3.12 were
    resolved.
  * ``except + nogil`` was syntactically not allowed.
  * ``except +nogil`` (i.e. defining a C++ exception handling
    function called ``nogil``) is now disallowed to prevent typos.
  * A C compile failure in PyPy 3.10 was resolved.
  * Cython modules now use PEP-489 multi-phase init by default in
    PyPy 3.9 and later.
  * API header files generated by different Cython versions can
    now be included in the same C file.
  * Function signatures containing a type like `tuple[()]` could
    not be printed.

OBS-URL: https://build.opensuse.org/request/show/1089349
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=71
2023-05-29 20:47:31 +00:00
.gitattributes - Update to version 0.15: 2011-09-02 09:55:13 +00:00
.gitignore - Update to version 0.15: 2011-09-02 09:55:13 +00:00
Cython-0.29.35.tar.gz - update to 0.29.35: 2023-05-27 21:08:33 +00:00
python-Cython-rpmlintrc - Remove leftover Python 2 gubbins. 2022-10-26 01:36:15 +00:00
python-Cython.changes - update to 0.29.35: 2023-05-27 21:08:33 +00:00
python-Cython.spec - update to 0.29.35: 2023-05-27 21:08:33 +00:00