]> granicus.if.org Git - python/commit
bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748)
authorRonald Oussoren <ronaldoussoren@mac.com>
Thu, 1 Aug 2019 05:43:07 +0000 (07:43 +0200)
committerGitHub <noreply@github.com>
Thu, 1 Aug 2019 05:43:07 +0000 (07:43 +0200)
commit1a057bab0f18d6ad843ce321d1d77a4819497ae4
tree4018de28edc28e3bcd8564de6d790b7ad4384bbb
parented5e8e06cbf766e89d6c58a882ee024abb5b2ed7
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.
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