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 pitrou
Recipients pitrou, serhiy.storchaka, vstinner
Date 2013-09-30.19:33:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380569635.2508.23.camel@fsol>
In-reply-to <1380567632.52.0.561385658366.issue19087@psf.upfronthosting.co.za>
Content
> > The problem is the "suboptimal code" is also the natural way to
> write such code. If you know a simple and idiomatic way to write an
> optimal bytes FIFO, then please share it with us.
> 
> Please share this written in the "natural way" real code with us. I
> can't compare with alternatives a code which I don't see.

I'm sorry, I don't want to spend more time on such a minor issue.  The
patch is simple and yields good benefits, and Victor seems to have
approved it, so I'm inclined to ignore your skepticism and commit.

I would have liked more constructive criticism (perhaps the patch is
inefficient or suboptimal, etc.), but it seems I'll have to do without
it.
History
Date User Action Args
2013-09-30 19:33:57pitrousetrecipients: + pitrou, vstinner, serhiy.storchaka
2013-09-30 19:33:57pitroulinkissue19087 messages
2013-09-30 19:33:57pitroucreate