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 Arfrever, eli.bendersky, jcon, ncoghlan, pitrou, serhiy.storchaka, tshepang
Date 2012-07-19.22:06:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342735472.3344.5.camel@localhost.localdomain>
In-reply-to <1342735476.6.0.0620142669888.issue15381@psf.upfronthosting.co.za>
Content
> > Here is a preliminary version of the patch.
> 
> I don't understand the purpose of your patch. It just replaces a
> direct realloc() call with an indirect one (since _PyBytes_Resize()
> will call realloc() internally).

Ok, I understand. You're trying to make the getvalue() call cheaper,
right?
History
Date User Action Args
2012-07-19 22:06:21pitrousetrecipients: + pitrou, ncoghlan, Arfrever, eli.bendersky, tshepang, jcon, serhiy.storchaka
2012-07-19 22:06:20pitroulinkissue15381 messages
2012-07-19 22:06:20pitroucreate