Files
poky/meta/recipes-devtools
Wang Mingyu 51897427a3 python3-cython: upgrade 3.1.1 -> 3.1.2
Bugs fixed
----------
* Attribute lookups failed on the "bool" builtin type.
* Type checks on or-ed union types could incorrectly return false.
* Negative list indexing could accidentally wrap around twice in PyPy and the Limited API.
* Iterating over literal sequences with starred (unpacked) items could infer a wrong
  type for the loop variable and fail to assign the values.
* Calls to C functions taking exception types failed to check for a 'None' argument.
* Fused functions had an incorrect "__module__" attribute.
* The type of Cython implemented functions had an incorrect "__module__" attribute.
* Errors while indexing into "bytearray" or "str" in "nogil" sections could crash.
* "bytearray.append()" could silently accept some invalid character numbers.
* The C++11 "<type_traits>" header was included regardless of the C++ version.
* "PyDict_GetItemStringRef()" was accidentally used in older Limited API versions.
* "abort()" was used but not always available in the Limited API.
* Some dependencies were missing from the "depfile".
* Embedded function signatures were not always separated from the existing docstring.
* "numpy.math" was missing from "Cython/Includes/" and could not be cimported.
* Some tests were adapted for NumPy 2.x.
* Some C compiler warnings were fixed.
* "Cython.Build" was not officially exposing the "cythonize" function.

(From OE-Core rev: ad9e2ba3d7c1af3f7084427eb9ddb0822460b108)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-06-16 17:57:30 +01:00
..
2025-06-12 11:03:43 +01:00
2024-11-25 22:23:25 +00:00
2025-05-13 10:29:20 +01:00
2024-11-27 14:58:48 +00:00
2024-09-03 10:21:38 +01:00
2025-05-13 10:29:20 +01:00
2024-05-28 09:38:23 +01:00
2025-06-11 09:34:40 +01:00
2024-04-16 08:07:01 +01:00
2025-01-04 12:34:04 +00:00
2025-05-13 10:29:21 +01:00
2025-05-01 14:33:26 +01:00
2025-06-12 11:03:43 +01:00
2024-10-29 11:19:57 +00:00
2023-09-26 10:35:27 +01:00
2024-09-30 17:00:50 +01:00
2025-04-08 15:49:17 +01:00
2025-06-09 17:43:42 +01:00
2024-11-18 22:09:02 +00:00
2024-08-23 09:12:37 +01:00
2024-08-28 09:14:26 +01:00
2025-06-16 17:57:30 +01:00
2025-05-08 10:28:18 +01:00
2025-06-05 11:02:21 +01:00
2025-03-06 11:16:47 +00:00
2024-06-04 12:04:52 +01:00
2024-05-28 09:38:24 +01:00
2024-08-29 21:58:19 +01:00
2025-03-06 11:16:47 +00:00
2025-05-22 14:36:49 +01:00
2025-04-17 11:03:22 +01:00
2025-05-22 14:36:49 +01:00
2025-06-05 11:02:22 +01:00
2025-06-05 11:02:23 +01:00
2025-06-09 17:43:41 +01:00
2025-05-15 10:55:26 +01:00
2025-01-20 13:38:59 +00:00
2025-06-05 11:02:23 +01:00
2025-06-12 13:12:06 +01:00
2025-05-13 10:29:21 +01:00
2025-06-09 17:43:42 +01:00
2025-03-27 11:19:04 +00:00
2025-03-17 17:09:22 +00:00