]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143191: Use _PyOS_MIN_STACK_SIZE in _thread.stack_size() (#143601)
authorVictor Stinner <vstinner@python.org>
Fri, 9 Jan 2026 15:08:40 +0000 (16:08 +0100)
committerGitHub <noreply@github.com>
Fri, 9 Jan 2026 15:08:40 +0000 (16:08 +0100)
commitba10100c3931b18812b82d7124e2238f01927910
treed4171b15a717d030a4f476876d9137a93f71c7bb
parenta4086d7f89e5d388e4ffcdb13e4fba0255234286
gh-143191: Use _PyOS_MIN_STACK_SIZE in _thread.stack_size() (#143601)

The stack size must be at least _PyOS_MIN_STACK_SIZE+SYSTEM_PAGE_SIZE
bytes.
Lib/test/test_thread.py
Misc/NEWS.d/next/Library/2026-01-09-13-07-22.gh-issue-143191.PPR_vW.rst [new file with mode: 0644]
Modules/_threadmodule.c