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:04:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342735476.6.0.0620142669888.issue15381@psf.upfronthosting.co.za>
In-reply-to
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).
History
Date User Action Args
2012-07-19 22:04:36pitrousetrecipients: + pitrou, ncoghlan, Arfrever, eli.bendersky, tshepang, jcon, serhiy.storchaka
2012-07-19 22:04:36pitrousetmessageid: <1342735476.6.0.0620142669888.issue15381@psf.upfronthosting.co.za>
2012-07-19 22:04:36pitroulinkissue15381 messages
2012-07-19 22:04:35pitroucreate