]> granicus.if.org Git - python/commit
bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 1 Aug 2019 14:38:57 +0000 (07:38 -0700)
committerGitHub <noreply@github.com>
Thu, 1 Aug 2019 14:38:57 +0000 (07:38 -0700)
commit8399641c34d8136c3151fda6461cc4727a20b28e
tree054fab97e784fcdabcb7e1579bab4eb35eaa84b5
parentdcc53ebbff384076b0763c1f842966c189417071
bpo-18049: Sync thread stack size to main thread size on macOS (GH-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 1a057bab0f18d6ad843ce321d1d77a4819497ae4)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
Lib/test/test_threading.py
Misc/NEWS.d/next/macOS/2019-07-13-15-58-18.bpo-18049.MklhQQ.rst [new file with mode: 0644]
Python/thread_pthread.h
configure
configure.ac