[Pyrex] python callback appended to external C struct

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Dec 5 01:16:34 CET 2005


Elias Pschernig wrote:

> Actually, I do not even need the "self" anymore at
> all then.. 

Keep in mind that the Python callback can be
a closure or bound method, so there's no need
to arrange for passing a "self" pointer to it
or anything like that.

-- 
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg.ewing at canterbury.ac.nz	   +--------------------------------------+



More information about the Pyrex mailing list