Skip to content

bpo-34264: [macOS] make stack size of created threads same as on main… - #8534

Closed
ronaldoussoren wants to merge 2 commits into
python:masterfrom
ronaldoussoren:bpo-34264
Closed

bpo-34264: [macOS] make stack size of created threads same as on main…#8534
ronaldoussoren wants to merge 2 commits into
python:masterfrom
ronaldoussoren:bpo-34264

Conversation

@ronaldoussoren

@ronaldoussoren ronaldoussoren commented Jul 28, 2018

Copy link
Copy Markdown
Contributor

As mentioned in the BPO issue the default stack sizes for the main thread and secondary threads is inconsistent on macOS, even though both claim to be chosen to a minimal value that works correctly with the default recursion limit.

This pull request increases the default stack size of secondary threads to match that of the main thread.

https://bugs.python.org/issue34264

… thread

This changes the default stack size for threads created through
the threading module the same as the stack size of the main thread
on macOS.
@ronaldoussoren

Copy link
Copy Markdown
Contributor Author

Ned could you please review before I merge (mostly because this would be my first commit to CPython in a long time)?

@ronaldoussoren

Copy link
Copy Markdown
Contributor Author

No longer relevant.

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