Message4135

Author billiejoex
Recipients amak, billiejoex
Date 2009-02-04.16:09:39
SpamBayes Score 2.1549445e-07
Marked as misclassified No
Message-id <1233763780.18.0.961305102448.issue1238@psf.upfronthosting.co.za>
In-reply-to
Content
> Please, can you try your code again with the new version?

Using 2.5 asyncore.py looks fine but I still get that select() related
error, which seems not related with asyncore itself.

> And now you're getting an "Out of memory" error. When you get this
> error, how big is the content of data variable, i.e. what is 
> len(data)?

>>> data = ('abcde12345' + os.linesep) * 100000
>>> len(data)
1200000

If I execute:

>>> expected = data.replace(os.linesep, '\r\n')

...from the Jython prompt instead of from the test suite I don't get any
exception.
History
Date User Action Args
2009-02-04 16:09:40billiejoexsetmessageid: <1233763780.18.0.961305102448.issue1238@psf.upfronthosting.co.za>
2009-02-04 16:09:40billiejoexsetrecipients: + billiejoex, amak
2009-02-04 16:09:40billiejoexlinkissue1238 messages
2009-02-04 16:09:40billiejoexcreate