[Cython] Out of order side effects of argument evaluation in function calls (ticket #654)

Jason Grout jason-sage at creativetrax.com
Thu Mar 17 14:15:26 CET 2011


On 3/16/11 11:05 PM, Robert Bradshaw wrote:
> On Wed, Mar 16, 2011 at 7:53 AM, Stefan Behnel<stefan_ml at behnel.de>  wrote:
>> I'm actually leaning towards not guaranteeing the order of execution if C
>> doesn't do it either. If this is really required, it's easy to work around
>> for users, but it's severely hard to fix for Cython in all cases, and the
>> gain is truly small. After all, we'd only make it easier for users to write
>> bad code.
>
> Yep. Lets keep the code in for the above case.


Is there a huge big warning in the docs?  Maybe on this page would be a 
good place: http://docs.cython.org/src/userguide/limitations.html

Jason


More information about the cython-devel mailing list