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 matrixise, miss-islington, ned.deily, ronaldoussoren, steve.dower, vstinner
Date 2019-08-02.05:51:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564725114.76.0.0115477160923.issue18049@roundup.psfhosted.org>
In-reply-to
Content
PR 15075 should fix this issue. As mentioned in that PR I do have a question w.r.t. the exact shape of that patch: I currently reintroduce a "skipUnless" decorator that only runs this test on macOS, I could also introduce one that just disables the test on AIX as that's where the test fails.

P.S. According to this old developer works blog AIX has a very small default stack size for threads (like more BSD systems) and also has an API to change the size of those stacks.  It's probably worthwhile to add some code to thread_pthread.h to do this.

The blog: https://www.ibm.com/developerworks/community/blogs/5894415f-be62-4bc0-81c5-3956e82276f3/entry/don_t_forget_about_stack_size_limits_for_multi_threaded_applications_on_aix?lang=en
History
Date User Action Args
2019-08-02 05:51:54ronaldoussorensetrecipients: + ronaldoussoren, vstinner, ned.deily, steve.dower, matrixise, miss-islington
2019-08-02 05:51:54ronaldoussorensetmessageid: <1564725114.76.0.0115477160923.issue18049@roundup.psfhosted.org>
2019-08-02 05:51:54ronaldoussorenlinkissue18049 messages
2019-08-02 05:51:54ronaldoussorencreate