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.