def newmutablestr(self, v): return W_StringObject.newmutablestr(v)
def newstr(self, v): return W_StringObject.newconststr(v)