void py_tuple_setitem( py_Ref self, int i, py_Ref val, ) { return _py_tuple_setitem( self, i, val, ); }