Files
poky/meta/recipes-devtools
Wang Mingyu 934ad49020 python3-cython: upgrade 3.0.8 -> 3.0.9
Changelog:
===========
Features added
--------------
* Assigning "const" values to non-const variables now issues a warning.
* Using "noexcept" on a function returning Python objects now issues a warning.
* Some C-API usage was updated for the upcoming CPython 3.13.
* The deprecated "Py_UNICODE" type is no longer used, unless required by user code.
* "std::string.replace()" declarations were added to libcpp.string.

Bugs fixed
----------
* Cython generates incorrect (but harmless) self-casts when directly calling
  final methods of subtypes.  Lacking a better solution, the errors that recent
  gcc versions produce have been silenced for the time being.
* Unused variable warnings about clineno were fixed when C lines in tracebacks are disabled.
* Subclass deallocation of extern classes could crash if the base class uses GC.
* Type checks for Python "memoryview" could use an invalid C function.
* Calling final fused functions could generate invalid C code.
* Declaring extern enums multiple times could generate invalid C code.
* "pyximport" used relative paths incorrectly.
* Running Cython with globbing characters ("[]*?") in the module search path could fail.
* Literal strings that include braces could change the C code indentation.

Other changes
-------------
* The "enum class not importable" warning is now only issued once per enum type.

(From OE-Core rev: 35a7d28d271d2f3e27cf24c2433c4e69c650509e)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-04-16 08:07:01 +01:00
..
2023-06-01 08:05:11 +01:00
2024-01-21 12:27:12 +00:00
2023-07-19 19:37:38 +01:00
2023-07-30 07:54:44 +01:00
2024-03-01 09:28:51 +00:00
2023-11-05 11:28:35 +00:00
2024-02-08 17:12:54 +00:00
2024-02-03 22:08:26 +00:00
2023-05-05 11:07:25 +01:00
2024-04-16 08:07:01 +01:00
2023-05-22 10:53:49 +01:00
2024-04-16 08:07:01 +01:00
2024-03-05 12:24:49 +00:00
2024-04-04 21:50:24 +01:00
2023-09-26 10:35:27 +01:00
2023-12-02 17:18:57 +00:00
2024-03-07 17:25:02 +00:00
2024-03-07 17:25:02 +00:00
2023-06-27 16:23:40 +01:00
2023-03-11 00:08:41 +00:00
2023-11-23 12:46:42 +00:00
2023-09-26 10:35:27 +01:00
2023-04-13 11:56:07 +01:00
2023-01-06 12:03:47 +00:00
2024-03-07 17:25:02 +00:00
2024-03-30 22:22:19 +00:00
2023-12-21 10:38:29 +00:00
2024-03-01 09:28:51 +00:00
2024-03-07 17:25:03 +00:00
2024-04-16 08:07:01 +01:00
2024-04-16 08:07:01 +01:00
2024-02-06 10:32:19 +00:00
2024-03-01 09:28:52 +00:00
2024-04-16 08:07:01 +01:00
2024-03-18 12:21:45 +00:00