Ronald Oussoren <ronaldousso...@mac.com> added the comment:

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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33955>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to