[Pyrex] Callbacks

Greg Ewing greg.ewing at canterbury.ac.nz
Fri May 9 14:21:45 CEST 2008


Daniele Pianu wrote:
> I also solve the problem putting func, data references couples into a 
> list. Since the list is a PyFooStruct attribute, func/data references 
> will never be decremented until the PyFooStruct is used. Could be a 
> better solution than the first solution suggested?

Yes, that sounds like the right thing to do.

-- 
Greg



More information about the Pyrex mailing list