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 ned.deily
Recipients dk, meador.inge, ned.deily
Date 2012-03-12.22:55:19
SpamBayes Score 0.00020852384
Marked as misclassified No
Message-id <1331592920.27.0.330150100024.issue14184@psf.upfronthosting.co.za>
In-reply-to
Content
3.2 also fails when compiled on 10.7 with clang.  Issue9670 had increased the secondary stack size for OS X and FreeBSD by an empirically-determined amount to reduce the chance of crashes for recursive function calls. Continuing that somewhat kludgey strategy, the attached patch increases the stack size on OS X to a value such that the test no longer crashes.  It also separates the values for FreeBSD and OS X.
History
Date User Action Args
2012-03-12 22:55:20ned.deilysetrecipients: + ned.deily, meador.inge, dk
2012-03-12 22:55:20ned.deilysetmessageid: <1331592920.27.0.330150100024.issue14184@psf.upfronthosting.co.za>
2012-03-12 22:55:19ned.deilylinkissue14184 messages
2012-03-12 22:55:19ned.deilycreate