Author: Richard Plangger <r...@pasra.at>
Branch: vecopt-merge
Changeset: r78889:9b128f66714b
Date: 2015-08-11 14:38 +0200
http://bitbucket.org/pypy/pypy/changeset/9b128f66714b/

Log:    added out_dim to the list of attributes

diff --git a/pypy/module/micronumpy/strides.py 
b/pypy/module/micronumpy/strides.py
--- a/pypy/module/micronumpy/strides.py
+++ b/pypy/module/micronumpy/strides.py
@@ -7,7 +7,7 @@
 # structures to describe slicing
 
 class BaseChunk(object):
-    _attrs_ = ['step']
+    _attrs_ = ['step','out_dim']
     pass
 
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to