This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients Michael.Felt, matrixise, miss-islington, ned.deily, ronaldoussoren, steve.dower, vstinner
Date 2019-08-02.08:52:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564735946.1.0.883883242778.issue18049@roundup.psfhosted.org>
In-reply-to
Content
@Michael: The relevant code is in Python/thread_pthread.h:  https://github.com/python/cpython/blob/bf8162c8c45338470bbe487c8769bba20bde66c2/Python/thread_pthread.h#L34

There are already blocks for macOS and FreeBSD, adding a block for AIX should be easy enough. I don't know what a good size for the stack would be though, the macOS size is large enough to not cause crashes with the default recursion limit in debug builds and was experimentally determined.
History
Date User Action Args
2019-08-02 08:52:26ronaldoussorensetrecipients: + ronaldoussoren, vstinner, ned.deily, steve.dower, matrixise, Michael.Felt, miss-islington
2019-08-02 08:52:26ronaldoussorensetmessageid: <1564735946.1.0.883883242778.issue18049@roundup.psfhosted.org>
2019-08-02 08:52:26ronaldoussorenlinkissue18049 messages
2019-08-02 08:52:25ronaldoussorencreate