[Cython] Fix for #196 (for loop bug)

Dag Sverre Seljebotn dagss at student.matnat.uio.no
Fri Jan 30 12:51:08 CET 2009


Dag Sverre Seljebotn wrote:
> Dag Sverre Seljebotn wrote:
>   
>> What you do is call "code.funcstate.allocate_temp(integer_type_of_step)" 
>>   
>>     
>
> To be slightly more helpful here, I believe the exact call would be
>
> code.funcstate.allocate_temp(step.type)
>   
Make that "self.step.type".

Dag Sverre


More information about the Cython-dev mailing list