Message190200
| 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:27 | ronaldoussoren | set | recipients: + ronaldoussoren, brett.cannon, larry |
| 2013-05-28 12:31:27 | ronaldoussoren | set | messageid: <1369744287.38.0.634337931106.issue18075@psf.upfronthosting.co.za> |
| 2013-05-28 12:31:27 | ronaldoussoren | link | issue18075 messages |
| 2013-05-28 12:31:27 | ronaldoussoren | create | |