Skip to content

[3.8] bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748) #15065

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 1, 2019

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 1, 2019

This changeset increases the default size of the stack
for threads on macOS to the size of the stack
of the main thread and reenables the relevant
recursion test.
(cherry picked from commit 1a057ba)

Co-authored-by: Ronald Oussoren [email protected]

https://bugs.python.org/issue18049

…nGH-14748)

This changeset increases the default size of the stack
for threads on macOS to the size of the stack
of the main thread and reenables the relevant
recursion test.
(cherry picked from commit 1a057ba)

Co-authored-by: Ronald Oussoren <[email protected]>
@miss-islington
Copy link
Contributor Author

@ronaldoussoren: Status check is done, and it's a success ✅ .

2 similar comments
@miss-islington
Copy link
Contributor Author

@ronaldoussoren: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@ronaldoussoren: Status check is done, and it's a success ✅ .

Copy link
Contributor

@ronaldoussoren ronaldoussoren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@miss-islington miss-islington merged commit 8399641 into python:3.8 Aug 1, 2019
@miss-islington miss-islington deleted the backport-1a057ba-3.8 branch August 1, 2019 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants