Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3-cython: upgrade 0.29.33 -> 0.29.34
Bugs fixed ========== - A refence leak of the for-loop list/tuple iterable was resolved if the for-loop's else: branch executes a break for an outer loop. - Some C compile failures in CPython 3.12 were resolved. - Some old usages of the deprecated Python imp module were replaced with importlib. - Some issues with depfile generation were resolved. (From OE-Core rev: 5dd6a6cd86b68e294aea01560fee12b6a091df83) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
- Loading branch information