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 Christian.Tismer, ned.deily, ronaldoussoren
Date 2014-04-30.07:30:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398843015.02.0.351352921346.issue21381@psf.upfronthosting.co.za>
In-reply-to
Content
The problem in Issue18075 depends on the amount of C stack used on average during recursion because unlike Windows the Unix ports don't test if the end of the stack is reached but just check for a maximum recursion count.  It could well be that the problem in that issue don't happen at the moment due to small changes in either CPython or the compiler.  It is also easier to trigger the problem with a debug build.

I have no idea why the linker flag causes problems, I'd have to debug this myself.
History
Date User Action Args
2014-04-30 07:30:15ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, Christian.Tismer
2014-04-30 07:30:15ronaldoussorensetmessageid: <1398843015.02.0.351352921346.issue21381@psf.upfronthosting.co.za>
2014-04-30 07:30:15ronaldoussorenlinkissue21381 messages
2014-04-30 07:30:14ronaldoussorencreate