]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-148260: Use at least 1 MiB stack size on musl (GH-149993) (#150150)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 May 2026 11:48:24 +0000 (13:48 +0200)
committerGitHub <noreply@github.com>
Wed, 20 May 2026 11:48:24 +0000 (11:48 +0000)
commitc555e260615d8d820f6a98e60a1d0ad0a1f13141
tree31519e1ce93a3f18c7ac20a354b73fe9d891cfbb
parent653f12b2bfdbbe104f9463816d5f0c02e60e7c1d
[3.15] gh-148260: Use at least 1 MiB stack size on musl (GH-149993) (#150150)

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