[Pyrex] Total newbie needs code review

Chris Stromberger chris.stromberger at gmail.com
Tue Sep 13 05:02:30 CEST 2005


On 9/12/05, Greg Ewing <greg.ewing at canterbury.ac.nz> wrote:
> Chris Stromberger wrote:
> 
> > This line, from my original example:
> >
> >   def pyfunc(self, pyinputs):
> >    cdef inputs* cinputs
> >    cinputs.s = pyinputs.s
> 
> Yeah, that's a false alarm. You can fix it with
> 
>    s = pyinputs.s
>    cinputs.s = s
> 

Great, thanks so much for all the help (you and everyone else who
contributed to this thread).  And thanks for writing such cool
software!

-Chris



More information about the Pyrex mailing list