[Pyrex] Callback help

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Apr 21 02:10:02 CEST 2010


Dale Cieslak wrote:
> it appears that the cheesefinder 
> example passes the Python function pointer as the user_data itself, but 
> what if I want to ALSO pass user data to my Python callback?

Pass a nested function or bound method as the callback.

-- 
Greg



More information about the Pyrex mailing list