Message4402

Author amak
Recipients amak, dregan
Date 2009-03-31.12:47:42
SpamBayes Score 4.806246e-05
Marked as misclassified No
Message-id <1238503663.21.0.0193350712376.issue1290@psf.upfronthosting.co.za>
In-reply-to
Content
This was caused by a wrong calculation of read buffer sizes; this change
originated in cpython here

http://svn.python.org/view?view=rev&revision=61008

and made it into jython here

http://fisheye3.atlassian.com/changelog/jython/?cs=4791

Fix checked into trunk to r6132 and release_22 at r6133.

Dan, if you don't want to wait for a new release, you can fix your local
socket.py module by changing the min() function at line 1269 to max().
History
Date User Action Args
2009-03-31 12:47:43amaksetmessageid: <1238503663.21.0.0193350712376.issue1290@psf.upfronthosting.co.za>
2009-03-31 12:47:43amaksetrecipients: + amak, dregan
2009-03-31 12:47:43amaklinkissue1290 messages
2009-03-31 12:47:42amakcreate