[issue34264] Inconsistency between stack size in main thread and secondary threads on macOS

2019-07-13 Thread Ronald Oussoren
Ronald Oussoren added the comment: This is a duplicate of 18049, which has a more complete patch. -- resolution: -> duplicate stage: patch review -> resolved superseder: -> Re-enable threading test on OSX ___ Python tracker

[issue34264] Inconsistency between stack size in main thread and secondary threads on macOS

2019-07-13 Thread Ronald Oussoren
Change by Ronald Oussoren : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34264] Inconsistency between stack size in main thread and secondary threads on macOS

2018-07-28 Thread Ronald Oussoren
Change by Ronald Oussoren : -- keywords: +patch pull_requests: +8051 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue34264] Inconsistency between stack size in main thread and secondary threads on macOS

2018-07-28 Thread Ronald Oussoren
Ronald Oussoren added the comment: PS. A pull request will follow shortly. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue34264] Inconsistency between stack size in main thread and secondary threads on macOS

2018-07-28 Thread Ronald Oussoren
New submission from Ronald Oussoren : configure.ac sets the stack size for the main thread on macOS to 100 (hex), while Python/threading_pthread.h sets the default stack size for other threads to 0x50. The latter is half of the former. IMHO both should be the same, as both claim to