Set an item to the object's __dict__.
__dict__
void py_setdict( py_Ref self, int name, py_Ref val, ) { return _py_setdict( self, name, val, ); }