Ejemplo n.º 1
0
Archivo: runner.py Proyecto: ieure/pypy
 def bh_newstr(self, length):
     return llimpl.do_newstr(length)
Ejemplo n.º 2
0
 def bh_newstr(self, length):
     return llimpl.do_newstr(length)
Ejemplo n.º 3
0
 def do_newstr(self, lengthbox):
     length = lengthbox.getint()
     return history.BoxPtr(llimpl.do_newstr(0, length))
Ejemplo n.º 4
0
 def do_newstr(self, lengthbox):
     length = lengthbox.getint()
     return history.BoxPtr(llimpl.do_newstr(0, length))