FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.14] gh-139231: Fix estimation of available stack size for recursion limit on macOS (GH-139232) by miss-islington · Pull Request #139290 · python/cpython · GitHub

/ cpython Public

[3.14] gh-139231: Fix estimation of available stack size for recursion limit on macOS (GH-139232) - #139290

Closed
miss-islington wants to merge 1 commit into
python:3.14from
miss-islington:backport-7016044-3.14
Closed

[3.14] gh-139231: Fix estimation of available stack size for recursion limit on macOS (GH-139232)#139290
miss-islington wants to merge 1 commit into
python:3.14from
miss-islington:backport-7016044-3.14

Conversation

miss-islington commented Sep 24, 2025
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

Use pthread_get_stackaddr_np() and pthread_get_stacksize_np() to determine the stack address and size.
(cherry picked from commit 7016044)

Co-authored-by: Rok Mandeljc rok.mandeljc@gmail.com

… limit on macOS (pythonGH-139232)

Use `pthread_get_stackaddr_np()` and `pthread_get_stacksize_np()` to determine the stack address and size.
(cherry picked from commit 7016044)

Co-authored-by: Rok Mandeljc <rok.mandeljc@gmail.com>

Copy link
Copy Markdown
Member

This is incorrect, as it doesn't add sufficient margin for the hard limit.

miss-islington deleted the backport-7016044-3.14 branch January 2, 2026 18:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL