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 nadeem.vawda
Recipients amaury.forgeotdarc, nadeem.vawda, python-dev, serhiy.storchaka
Date 2012-11-06.23:34:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352244852.4.0.0777037962578.issue16350@psf.upfronthosting.co.za>
In-reply-to
Content
> These were not idle questions.  I wrote the patch, and I had to know
> what behavior is correct.

Ah, sorry. I assumed you were going to submit a separate patch to fix the
unconsumed_tail issues.

> Here's the patch.  It fixes potential memory bug (unconsumed_tail sets
> to NULL in case of out of memory), resets the unconsumed_tail to b''
> after EOF, updates unconsumed_tail and unused_data in flush().

Did you perhaps forget to attach the patch? The only ones I see are those
that you uploaded last week.
History
Date User Action Args
2012-11-06 23:34:12nadeem.vawdasetrecipients: + nadeem.vawda, amaury.forgeotdarc, python-dev, serhiy.storchaka
2012-11-06 23:34:12nadeem.vawdasetmessageid: <1352244852.4.0.0777037962578.issue16350@psf.upfronthosting.co.za>
2012-11-06 23:34:12nadeem.vawdalinkissue16350 messages
2012-11-06 23:34:11nadeem.vawdacreate