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 <[EMAIL PROTECTED]> Date: Monday, Dec 1, 2008 11:16 am Subject: Re: [Cython] Temp allocation flow To: [EMAIL PROTECTED]: [email protected] 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 >[email protected] >http://codespeak.net/mailman/listinfo/cython-dev > _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
