Skip to content

[3.14] gh-148260: Use at least 1 MiB stack size on musl (GH-149993)#151586

Merged
vstinner merged 1 commit into
python:3.14from
miss-islington:backport-df6c157-3.14
Jun 17, 2026
Merged

[3.14] gh-148260: Use at least 1 MiB stack size on musl (GH-149993)#151586
vstinner merged 1 commit into
python:3.14from
miss-islington:backport-df6c157-3.14

Conversation

@miss-islington

@miss-islington miss-islington commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

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 df6c157)

Co-authored-by: Victor Stinner vstinner@python.org

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 df6c157)

Co-authored-by: Victor Stinner <vstinner@python.org>
@vstinner

Copy link
Copy Markdown
Member

The 3.14 branch is also affected: test_threading fails on "AMD64 Alpine Linux NoGIL 3.14" buildbot worker.

Example: https://buildbot.python.org/#/builders/1822/builds/857

@vstinner vstinner merged commit 5516672 into python:3.14 Jun 17, 2026
44 of 48 checks passed
@miss-islington miss-islington deleted the backport-df6c157-3.14 branch June 17, 2026 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants