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 corona10, ronaldoussoren
Date 2018-07-02.12:08:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530533320.86.0.56676864532.issue33955@psf.upfronthosting.co.za>
In-reply-to
Content
Have you looked at benchmark results for this patch?

In particular, PyOS_CheckStack is called quite often and I wonder how those calls affect performance. If there is a clear performance impact it would be useful to store some information in the python thread state.

In what versions of macOS are there problems with pthread_get_stacksize_np() on the main thread?
History
Date User Action Args
2018-07-02 12:08:40ronaldoussorensetrecipients: + ronaldoussoren, corona10
2018-07-02 12:08:40ronaldoussorensetmessageid: <1530533320.86.0.56676864532.issue33955@psf.upfronthosting.co.za>
2018-07-02 12:08:40ronaldoussorenlinkissue33955 messages
2018-07-02 12:08:40ronaldoussorencreate