Skip to content

gh-151546: Fix stack limits on musl#151548

Open
vstinner wants to merge 1 commit into
python:mainfrom
vstinner:stack_size
Open

gh-151546: Fix stack limits on musl#151548
vstinner wants to merge 1 commit into
python:mainfrom
vstinner:stack_size

Conversation

@vstinner

@vstinner vstinner commented Jun 16, 2026

Copy link
Copy Markdown
Member

If the thread stack size is set by linker flags, pass the stack size to Python/ceval.c via the new _Py_LINKER_THREAD_STACK_SIZE variable to set Py_C_STACK_SIZE macro.

If the thread stack size is set by linker flags, pass the stack size
to Python/ceval.c via the new _Py_LINKER_THREAD_STACK_SIZE variable
to set Py_C_STACK_SIZE macro.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting core review needs backport to 3.14 bugs and security fixes needs backport to 3.15 pre-release feature fixes, bugs and security fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant