Author: Alex Gaynor <[email protected]>
Branch: dynamic-specialized-tuple
Changeset: r53462:8c16809e939f
Date: 2012-03-13 11:50 -0700
http://bitbucket.org/pypy/pypy/changeset/8c16809e939f/
Log: fix?
diff --git a/pypy/rlib/rerased_raw.py b/pypy/rlib/rerased_raw.py
--- a/pypy/rlib/rerased_raw.py
+++ b/pypy/rlib/rerased_raw.py
@@ -87,7 +87,7 @@
return UntypedStorageRepr(rtyper)
def method_getlength(self):
- return annmodel.SomeInteger()
+ return annmodel.SomeInteger(nonneg=True)
def method_getshape(self):
return annmodel.SomeString(can_be_None=False)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit