[issue1134] Parsing a simple script eats all of your memory

Neil Schemenauer report at bugs.python.org
Fri Sep 21 23:32:25 CEST 2007


Neil Schemenauer added the comment:

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".

----------
nosy: +nas

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1134>
__________________________________


More information about the Python-bugs-list mailing list