[Cython] Temp allocation flow

Dag Sverre Seljebotn dagss at student.matnat.uio.no
Mon Dec 1 12:49:00 CET 2008


I don't know Pyrex that well, and weren't around at the time of the fork. I assume it is Cython-only then.

We could probably change these cases. Then again they were probably added in the first place as features/optimizations.

Anyway, now the necessary changes to support it is up in -devel.

Dag Sverre Seljebotn
-----Original Message-----
From: Greg Ewing <greg.ewing at canterbury.ac.nz>
Date: Monday, Dec 1, 2008 11:16 am
Subject: Re: [Cython] Temp allocation flow
To: cython-dev at codespeak.netReply-To: cython-dev at codespeak.net

Dag Sverre Seljebotn wrote:
>
>> self.arg.generate_evaluate_code(code)
> ...
> code.putln("if (...) {")
> ...
> self.arg.generate_disposal_code(code)
> ...
> code.putln("} else {")
> ...
> self.arg.generate_disposal_code(code)
> ...
> code.putln("}")
>
>Are there any examples of this in Pyrex, or is this
>from Cython?
>
>-- 
>Greg
>_______________________________________________
>Cython-dev mailing list
>Cython-dev at codespeak.net
>http://codespeak.net/mailman/listinfo/cython-dev
>



More information about the Cython-dev mailing list