This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author akuchling
Recipients a_lauer, akuchling, bacchusrx, bob.ippolito, christian.heimes, martey, schmir, vila
Date 2008-04-14.17:30:42
SpamBayes Score 0.41177297
Marked as misclassified No
Message-id <1208194243.95.0.658352893413.issue1092502@psf.upfronthosting.co.za>
In-reply-to
Content
Note that _rbufsize is only set to 1 if the _fileobject's bufsize is set
to 0.  So perhaps the bug is that some library is turning off buffering
when it shouldn't.

I don't see how you would fix this in the C code, other than manually
doing two separate mallocs and copying the data, which would unfairly
penalize platforms with smarter malloc() implementations.  What sort of
fix would you suggest?
History
Date User Action Args
2008-04-14 17:30:44akuchlingsetspambayes_score: 0.411773 -> 0.41177297
recipients: + akuchling, bob.ippolito, bacchusrx, a_lauer, christian.heimes, schmir, vila, martey
2008-04-14 17:30:43akuchlingsetspambayes_score: 0.411773 -> 0.411773
messageid: <1208194243.95.0.658352893413.issue1092502@psf.upfronthosting.co.za>
2008-04-14 17:30:42akuchlinglinkissue1092502 messages
2008-04-14 17:30:42akuchlingcreate