Hello,
due a mistake i found the following bug:

import numpy as np
x=np.zeros((262144, 262144))
print x.shape
print x


The last line crashes the python interpreter without any feedback.
Windows 7, Python 2.6.5, Numpy 1.6b2

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to