Michael Hudson wrote:
> PyObject_New is the usual way, although there are others --

Thanks for an answer !

> MyType.tp_new, PyObject_Call ...

Does this mean, that I can call my newly defined
MyType_new, MyType_init directly ??

I was afraid that Python might do some pretty important
housekeeping stuff around them.

BranoZ

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to