I think you could as well, after PyType_Ready() is called, set it
yourself with
  PyObject_SetAttrString(FooType, "Bar", FooBarType);

You *may* have to cast the FooType and FooBarType to (PyObject *), to
avoid compiler warnings.

I tried this. Its shorter and and works fine, too. thanks for the proposal.


- harold -

--
I wish there was a knob on the TV to turn up the intelligence.
There's a knob called "brightness", but it doesn't seem to work.
-- Gallagher

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

Reply via email to