-1: error, 0: not found, 1: found (and deleted)
int py_dict_delitem( py_Ref self, py_Ref key, ) { return _py_dict_delitem( self, key, ); }