Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-143191: Use _PyOS_MIN_STACK_SIZE in _thread.stack_size()#143601

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
vstinner merged 1 commit intopython:mainfromvstinner:stack_size
Jan 9, 2026

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commentedJan 9, 2026
edited by bedevere-appbot
Loading

The stack size must be at least _PyOS_MIN_STACK_SIZE+SYSTEM_PAGE_SIZE bytes.

The stack size must be at least _PyOS_MIN_STACK_SIZE+SYSTEM_PAGE_SIZEbytes.
@vstinnervstinner merged commitba10100 intopython:mainJan 9, 2026
54 checks passed
@vstinnervstinner deleted the stack_size branchJanuary 9, 2026 15:08
@miss-islington-app
Copy link

Thanks@vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestJan 9, 2026
…thonGH-143601)The stack size must be at least _PyOS_MIN_STACK_SIZE+SYSTEM_PAGE_SIZEbytes.(cherry picked from commit ba10100c3931b18812b82d7124e2238f01927910)Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-app
Copy link

GH-143611 is a backport of this pull request to the3.14 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.14bugs and security fixes labelJan 9, 2026
@vstinner
Copy link
MemberAuthor

Merged, thanks for the review@kumaraditya303.

vstinner added a commit that referenced this pull requestJan 9, 2026
…H-143601) (#143611)gh-143191: Use _PyOS_MIN_STACK_SIZE in _thread.stack_size() (GH-143601)The stack size must be at least _PyOS_MIN_STACK_SIZE+SYSTEM_PAGE_SIZEbytes.(cherry picked from commitba10100)Co-authored-by: Victor Stinner <vstinner@python.org>
reidenong pushed a commit to reidenong/cpython that referenced this pull requestJan 12, 2026
…thon#143601)The stack size must be at least _PyOS_MIN_STACK_SIZE+SYSTEM_PAGE_SIZEbytes.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@kumaraditya303kumaraditya303kumaraditya303 approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@vstinner@kumaraditya303

[8]ページ先頭

©2009-2026 Movatter.jp