[Cython] generators

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Jul 15 01:52:59 CEST 2008


Dag Sverre Seljebotn wrote:

> To be even more specific, it would help if self.result_code everywhere 
> was calculated during code generation rather than type analysis

You might want to take a look at the latest Pyrex, as
I've more or less done this already. The code generation
phase now calls the result() method of a node to get
its result code instead of accessing the result_code
attribute directly (and not all nodes even have a
result_code any more).

-- 
Greg


More information about the Cython-dev mailing list