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 vstinner
Recipients WanderingLogic, vstinner
Date 2015-03-18.14:16:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426688184.47.0.203043546846.issue23654@psf.upfronthosting.co.za>
In-reply-to
Content
> It occurs to me that the right way to deal with this is with
> __attribute__ ((optimize ("no-optimize-sibling-calls")))
> on the function where it matters (stack_overflow()).

Can you please write a patch for that with the right #ifdef to only add it to ICC?
History
Date User Action Args
2015-03-18 14:16:24vstinnersetrecipients: + vstinner, WanderingLogic
2015-03-18 14:16:24vstinnersetmessageid: <1426688184.47.0.203043546846.issue23654@psf.upfronthosting.co.za>
2015-03-18 14:16:24vstinnerlinkissue23654 messages
2015-03-18 14:16:24vstinnercreate