Ronald Oussoren added the comment:

The attached patch fixes the problem on OSX by increasing the maximum stack 
size of the main thread from 8M (the default) to 16M. 

NOTE: The -Wl,-stack_size,... option cannot be added to LDFLAGS, ld errors out 
when that option is used when linking a shared library (such as the extensions 
or libpython.dylib)

----------
stage:  -> patch review
Added file: http://bugs.python.org/file30397/issue-18075-osx-stacksize.txt

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

Reply via email to