Message350081
I used git bisect in the 3.8 branch and I found this change:
commit 8399641c34d8136c3151fda6461cc4727a20b28e
Author: Miss Islington (bot) <[email protected]>
Date: Thu Aug 1 07:38:57 2019 -0700
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 <[email protected]>
Before this change, the test was skipped on FreeBSD:
...
test_recursion_limit (test.test_threading.ThreadingExceptionTests) ... skipped 'test macosx problem'
... |
|
| Date |
User |
Action |
Args |
| 2019-08-21 13:03:39 | vstinner | set | recipients:
+ vstinner |
| 2019-08-21 13:03:39 | vstinner | set | messageid: <[email protected]> |
| 2019-08-21 13:03:39 | vstinner | link | issue37906 messages |
| 2019-08-21 13:03:39 | vstinner | create | |
|