Python shouldn't be the problem here.
Even on a 32bit machine
>>> a = 0x80000000
2147483648L
>>> a=np.zeros(a, dtype=bool)
ValueError: negative dimensions are not allowed
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to