def bh_newstr(self, length): return llimpl.do_newstr(length)
def do_newstr(self, lengthbox): length = lengthbox.getint() return history.BoxPtr(llimpl.do_newstr(0, length))