bpo-38852: Set thread stack size to 8 Mb for debug builds on android platforms#17337
Conversation
|
Thanks for the change. I don't understand why debug build uses 7x more stack memory, but I trust your tests https://bugs.python.org/issue38852#msg357266 :-) @xdegaye: Do you want to backport the change to Python 3.7 and/or 3.8? |
In the initial post of issue https://bugs.python.org/issue18049, Ronald considers that it is the BTW in both android and OSX cases it seems that it is clang with debug builds that causes the problem. See issue https://bugs.python.org/issue14184, the initial change in stack size on OSX.
Since only debug builds are concerned with this change and android is not officially supported, I think backports are not necessary. |
Ah yes, that makes sense.
Ok, I'm fine with that. |
https://bugs.python.org/issue38852