> An alternative I am fond of is to to avoid introducing a new type, and > simply initialize a PyObject * and register its address. -1 on that, because of the lack of error checking. Regards, Martin