]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3-cython: upgrade 3.0.9 -> 3.0.10
authorWang Mingyu <wangmy@fujitsu.com>
Wed, 24 Apr 2024 08:42:15 +0000 (16:42 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 Apr 2024 09:05:58 +0000 (10:05 +0100)
commit4c5840c01e40a012fcbdc316cbed817f4b3cf230
tree1046cee05989f4dccdd29aab63643a331d16b9d2
parentceb7d21da8476f30687cc2e4af3837bfd214e73a
python3-cython: upgrade 3.0.9 -> 3.0.10

Changelog:
==========
* 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.
* Several tests were adapted to work with both NumPy 1.x and 2.0.
* 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.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-cython.inc
meta/recipes-devtools/python/python3-cython_3.0.10.bb [moved from meta/recipes-devtools/python/python3-cython_3.0.9.bb with 100% similarity]