[SciPy-dev] bug in scipy_core fromstring() - MemoryError

Andrew Straw strawman at astraw.com
Mon Dec 5 12:32:28 EST 2005


astraw at hdmg:~$ python
Python 2.4.1 (#2, May  6 2005, 11:22:24)
[GCC 3.3.6 (Debian 1:3.3.6-2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import scipy
Importing test to scipy
Importing base to scipy
Importing basic to scipy
>>> scipy.fromstring(' ',scipy.UInt8)
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
MemoryError
>>>




More information about the SciPy-Dev mailing list