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 nas
Recipients alanmcintyre, alexeychen, brett.cannon, complex, jafo, nas, nnorwitz, pythonmeister
Date 2007-09-21.21:32:25
SpamBayes Score 0.02133338
Marked as misclassified No
Message-id <1190410345.88.0.23857791988.issue1134@psf.upfronthosting.co.za>
In-reply-to
Content
It looks to me like fp_readl is no longer working as designed and the
patch is not really the right fix.  The use of "decoding_buffer" is
tricky and I think the conversion to bytes screwed it up.  It might be
clearer to have a separate "decoding_overflow" struct member that's used
for overflow rather than overloading "decoding_buffer".
History
Date User Action Args
2007-09-21 21:32:26nassetspambayes_score: 0.0213334 -> 0.02133338
recipients: + nas, nnorwitz, brett.cannon, complex, jafo, alanmcintyre, pythonmeister, alexeychen
2007-09-21 21:32:25nassetspambayes_score: 0.0213334 -> 0.0213334
messageid: <1190410345.88.0.23857791988.issue1134@psf.upfronthosting.co.za>
2007-09-21 21:32:25naslinkissue1134 messages
2007-09-21 21:32:25nascreate