Thu, 26 Mar 2009 21:24:30 +0100, Sander de Kievit wrote:
> David Cournapeau wrote:
>> On Fri, Mar 27, 2009 at 1:14 AM, Sander de Kievit
>> wrote:
>>> On my PC the following code freezes python:
>>>
>>> [code]
>>> import numpy as np
>>> from StringIO import StringIO
>>> c = StringIO("0 1\n2 3")
>>>
On Thu, Mar 26, 2009 at 3:24 PM, Sander de Kievit <
dekie...@strw.leidenuniv.nl> wrote:
> David Cournapeau wrote:
> > On Fri, Mar 27, 2009 at 1:14 AM, Sander de Kievit
> > wrote:
> >> Hi,
> >>
> >> On my PC the following code freezes python:
> >>
> >> [code]
> >> import numpy as np
> >> from Stri
David Cournapeau wrote:
> On Fri, Mar 27, 2009 at 1:14 AM, Sander de Kievit
> wrote:
>> Hi,
>>
>> On my PC the following code freezes python:
>>
>> [code]
>> import numpy as np
>> from StringIO import StringIO
>> c = StringIO("0 1\n2 3")
>> np.loadtxt(c)
>> np.loadtxt(c)
>> [/code]
>>
>> Is this i
Fri, 27 Mar 2009 01:58:47 +0900, David Cournapeau wrote:
> On Fri, Mar 27, 2009 at 1:14 AM, Sander de Kievit
[clip]
>> On my PC the following code freezes python:
>>
>> [code]
>> import numpy as np
>> from StringIO import StringIO
>> c = StringIO("0 1\n2 3")
>> np.loadtxt(c)
>> np.loadtxt(c)
>> [/c
On Fri, Mar 27, 2009 at 1:14 AM, Sander de Kievit
wrote:
> Hi,
>
> On my PC the following code freezes python:
>
> [code]
> import numpy as np
> from StringIO import StringIO
> c = StringIO("0 1\n2 3")
> np.loadtxt(c)
> np.loadtxt(c)
> [/code]
>
> Is this intentional behaviour or should I report t
Hi,
On my PC the following code freezes python:
[code]
import numpy as np
from StringIO import StringIO
c = StringIO("0 1\n2 3")
np.loadtxt(c)
np.loadtxt(c)
[/code]
Is this intentional behaviour or should I report this as a bug?
Regards,
Sander
___
Nu