]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148260: Use at least 1 MiB stack size on musl (#149993)
authorVictor Stinner <vstinner@python.org>
Wed, 20 May 2026 11:21:59 +0000 (13:21 +0200)
committerGitHub <noreply@github.com>
Wed, 20 May 2026 11:21:59 +0000 (13:21 +0200)
commitdf6c157e51430e8e7458012417c534ad8c33119f
treef43cf43edd30b3fbdb4496d9070cf4d2c54ff800
parentd948eaa366029bc358dbe9cf32d545c3ad30c502
gh-148260: Use at least 1 MiB stack size on musl (#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.
Misc/NEWS.d/next/Build/2026-05-18-16-00-41.gh-issue-148260.UwFiIX.rst [new file with mode: 0644]
configure
configure.ac