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 Paul Murphy
Recipients Paul Murphy, pitrou, ronaldoussoren, vstinner
Date 2015-08-14.15:32:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439566372.64.0.130914888992.issue24851@psf.upfronthosting.co.za>
In-reply-to
Content
...
#pragma GCC optimize ("no-optimize-sibling-calls")
...

Does preserve the desired behavior under -O2 and -O3, probably a bit nicer than using O0.
History
Date User Action Args
2015-08-14 15:32:52Paul Murphysetrecipients: + Paul Murphy, ronaldoussoren, pitrou, vstinner
2015-08-14 15:32:52Paul Murphysetmessageid: <1439566372.64.0.130914888992.issue24851@psf.upfronthosting.co.za>
2015-08-14 15:32:52Paul Murphylinkissue24851 messages
2015-08-14 15:32:52Paul Murphycreate