creating factory methods in C extension modules.
Patrick Stinson
ajole-1 at gci.net
Wed Jun 9 13:50:38 EDT 2004
Cheerseating an C extension module that returns one of my C-defined python
classes from a factory function. is it correct to simple have the factory
function allocate and init the object by calling the functions I defined and
set as tp_new and tp_init in the PyTypeObject? If not am I supposed to use
PyObject_New and PyObject_Init or something?
Cherrs,
-P
More information about the Python-list
mailing list