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

@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.

----------

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

Reply via email to