summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-mako_1.2.4.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-08-26 17:27:46 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-30 09:56:13 +0100
commitb90ab186f7d751f00ed5e4c067dd0c07b482fc98 (patch)
tree33b10b3c1e2e83ff839e0ca7a96fa304c77469af /meta/recipes-devtools/python/python3-mako_1.2.4.bb
parent907aa954b2b997bf1f21e0dd96e85cf23ed23915 (diff)
downloadpoky-b90ab186f7d751f00ed5e4c067dd0c07b482fc98.tar.gz
python3: Increase default thread stack size on musl
default stack size for threads is approx 140k on musl which is fine in most cases but some of python apps e.g. python3-lz4 bindings run into thread stack size overflow. Increase the default size to 2M on musl, glibc defaults to 8M, so we are good there. This default stack size change is limited to interpreter and stdlib modules only, thats why CFLAGS_NODIST instead of CFLAGS (From OE-Core rev: 7f9c14aa51fe9180e56cc6922415aef873de9cb6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-mako_1.2.4.bb')
0 files changed, 0 insertions, 0 deletions