strange behaviour when writing a large amount of data on stdout

Manlio Perillo NOmanlio_perilloSPAM at libero.it
Wed Nov 23 05:15:56 EST 2005


Regards.

On my system:
Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)]
on win32, Windows XP

I have this problem:

>>> n = 61409 + 1
>>> data = 'x' * n

>>> print data

Traceback (most recent call last):
  File "xxx", line xxx, in ?
    print data
IOError: [Errno 12] Not enough space


Can someone reproduce this bug?
I begin to think that my system is messed up...



Thanks  Manlio Perillo



More information about the Python-list mailing list