summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3_3.10.4.bb
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2022-07-04 15:21:41 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-25 15:11:46 +0100
commit8fa95bb5991e2b7f104366b5dd53551f190919bb (patch)
treed1b9f08f21ec9f54cf16f4ec6f5027ef8ad7a05e /meta/recipes-devtools/python/python3_3.10.4.bb
parent66f67f397e1b17529c5677128b9422d7f3228781 (diff)
downloadpoky-8fa95bb5991e2b7f104366b5dd53551f190919bb.tar.gz
python3: Backport patch to fix an issue in subinterpreters
This adds a backport patch that fixes a problem in subinterpreters related to the garbagecollector. Without the patch, there are random segfaults in several Kodi addons that use python3-sqlite3. Presumably there are real world issues in other programs as well. (From OE-Core rev: 39d57ef7e341a048b94bc5dd9c29d58f57e06f19) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.10.4.bb')
-rw-r--r--meta/recipes-devtools/python/python3_3.10.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.10.4.bb b/meta/recipes-devtools/python/python3_3.10.4.bb
index 357025f856..34fd2895a3 100644
--- a/meta/recipes-devtools/python/python3_3.10.4.bb
+++ b/meta/recipes-devtools/python/python3_3.10.4.bb
@@ -35,6 +35,7 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \
35 file://0001-setup.py-Do-not-detect-multiarch-paths-when-cross-co.patch \ 35 file://0001-setup.py-Do-not-detect-multiarch-paths-when-cross-co.patch \
36 file://deterministic_imports.patch \ 36 file://deterministic_imports.patch \
37 file://0001-Avoid-shebang-overflow-on-python-config.py.patch \ 37 file://0001-Avoid-shebang-overflow-on-python-config.py.patch \
38 file://0001-gh-92036-Fix-gc_fini_untrack-GH-92037.patch \
38 " 39 "
39 40
40SRC_URI:append:class-native = " \ 41SRC_URI:append:class-native = " \