Author: Maciej Fijalkowski <[email protected]>
Branch:
Changeset: r50252:b5fbdffb1026
Date: 2011-12-07 17:25 +0200
http://bitbucket.org/pypy/pypy/changeset/b5fbdffb1026/
Log: how-did-it-even-work?
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/module/micronumpy/interp_numarray.py
+++ b/pypy/module/micronumpy/interp_numarray.py
@@ -1276,7 +1276,7 @@
return array
def get_storage(self, space):
- return self.parent.get_storage()
+ return self.parent.get_storage(space)
class W_NDimArray(BaseArray):
""" A class representing contiguous array. We know that each iteration
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit