[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-18049: Sync thread stack size to main thread size on macOS by ronaldoussoren · Pull Request #14748 · python/cpython

ronaldoussoren

This changeset increases the size of the stack
for threads on macOS to the size of the stack
of the main thread and reenables the relevant
recursion test.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Aug 1, 2019

…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 <ronaldoussoren@mac.com>

miss-islington added a commit that referenced this pull request

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 <ronaldoussoren@mac.com>

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
…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.

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
…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.

websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request

Jul 20, 2020
…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.