]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-148260: Use at least 1 MiB stack size on musl (GH-149993) (#151586)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 17 Jun 2026 09:11:29 +0000 (11:11 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Jun 2026 09:11:29 +0000 (09:11 +0000)
commit551667248da43b1d3548c3fb3964fdf508ea6a3e
treeff33574b423ea6388ec8cf53ce2d0ed306e49daa
parent60132db980d847d39a2ff80e21bcb3c3d3404449
[3.14] gh-148260: Use at least 1 MiB stack size on musl (GH-149993) (#151586)

gh-148260: Use at least 1 MiB stack size on musl (GH-149993)

On Linux when Python is linked to the musl C library, use a thread
stack size of at least 1 MiB instead of musl default which is 128
kiB.
(cherry picked from commit df6c157e51430e8e7458012417c534ad8c33119f)

Co-authored-by: Victor Stinner <vstinner@python.org>
Misc/NEWS.d/next/Build/2026-05-18-16-00-41.gh-issue-148260.UwFiIX.rst [new file with mode: 0644]
configure
configure.ac