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 brett.cannon, larry, ronaldoussoren
Date 2013-05-28.12:31:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369744287.38.0.634337931106.issue18075@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2013-05-28 12:31:27ronaldoussorensetrecipients: + ronaldoussoren, brett.cannon, larry
2013-05-28 12:31:27ronaldoussorensetmessageid: <1369744287.38.0.634337931106.issue18075@psf.upfronthosting.co.za>
2013-05-28 12:31:27ronaldoussorenlinkissue18075 messages
2013-05-28 12:31:27ronaldoussorencreate