Pyrex without Python (was Re: calling Pyrex results from C)

A.M. Kuchling amk at amk.ca
Wed Jan 21 08:53:02 EST 2004


On Wed, 21 Jan 2004 12:58:26 +0000, 
	Richie Hindle <richie at entrian.com> wrote:
> How does it know the types?  Pyrex adds additional syntax to do this, but
> if you're using the plain vanilla compiler package then presumably you're
> doing something else?

Types are predeclared using a different mechanism; the compiler goes in with
a list of all the inputs and outputs and a list of internal variables.  

--amk



More information about the Python-list mailing list