true: success, false: error
bool py_dict_setitem_by_int( py_Ref self, int key, py_Ref val, ) { return _py_dict_setitem_by_int( self, key, val, ); }