From d2fa7831599781843683d52c6949c534dcf8fe98 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 10 Apr 2023 17:37:17 +0800 Subject: [PATCH] src/poky: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: 4589082930c86aa4a24003c79cd99d6e414cbf44) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- src/poky | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/poky b/src/poky index 94d818760d5..bd346a9eca8 160000 --- a/src/poky +++ b/src/poky @@ -1 +1 @@ -Subproject commit 94d818760d5afd7ab4749e50de8d19078bc8c061 +Subproject commit bd346a9eca861ec02d2e6f8c2f3ed092ac887bc0