Hello

How to programmatically create a class instance of a given Python class?

For example to create a new list there is the PyObject *PyList_New() but suppose the user already defined a class:

class X: pass

How to create an instance of it from my C extension module?

Regards,
Elias
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to