Go to file
Ana Guerrero 434359dfe6 Accepting request 1164069 from devel:languages:python
- update to 3.0.10:
  * Cython generated incorrect self-casts when directly calling
    final methods of subtypes.
  * Internal C names generated from C function signatures could
    become too long for MSVC.
  * The noexcept warnings could be misleading in some cases.
  * The @cython.ufunc implementation could generate incomplete C
    code.
  * The libcpp.complex declarations could result in incorrect C++
    code. Patch by Raffi Enficiaud.
  * Several tests were adapted to work with both NumPy 1.x and
    2.0. Patch by Matti Picus.
  * C compiler warnings when the freelist implementation is
    disabled (e.g. on PyPy) were fixed. It can now be disabled
    explicitly with the C macro guard CYTHON_USE_FREELISTS=0.
  * Some C macro guards for feature flags were missing from the
    NOGIL Python configuration.
  * Some recently added builtins were unconditionally looked up
    at module import time (if used by user code) that weren't
    available on all Python versions and could thus fail the
    import.
  * A performance hint regarding exported pxd declarations was
    improved.

OBS-URL: https://build.opensuse.org/request/show/1164069
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=83
2024-04-03 15:18:38 +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-3.0.10.tar.gz - update to 3.0.10: 2024-04-02 09:51:40 +00:00
python-Cython-rpmlintrc - Clean up SPEC file. 2023-07-10 19:03:24 +00:00
python-Cython.changes - update to 3.0.10: 2024-04-02 09:51:40 +00:00
python-Cython.spec - update to 3.0.10: 2024-04-02 09:51:40 +00:00