I need to create a vanilla object in C, something I can do PyObject_SetAttr on. Obviously, I do something somewhat like this every time I create a minimal python class. I need to know how to do this in C though. -- http://mail.python.org/mailman/listinfo/python-list
- How do I create a vanilla object in C? rnichols
- Re: How do I create a vanilla object in C? Daniel Fetchinson
- Re: How do I create a vanilla object in C? Carl Banks
- Re: How do I create a vanilla object in C? sturlamolden