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 vstinner
Recipients pitrou, serhiy.storchaka, vstinner
Date 2013-04-18.22:38:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366324706.83.0.524298422897.issue17742@psf.upfronthosting.co.za>
In-reply-to
Content
New version of the patch:
 - address most (all?) Serhiy's remarks
 - _PyBytesWriter_PrepareInternal() always use min_size, not only when overallocate is 1
 - add more comments

Performances are almost the same than without the patch. It looks like they are a little bit better.
History
Date User Action Args
2013-04-18 22:38:26vstinnersetrecipients: + vstinner, pitrou, serhiy.storchaka
2013-04-18 22:38:26vstinnersetmessageid: <1366324706.83.0.524298422897.issue17742@psf.upfronthosting.co.za>
2013-04-18 22:38:26vstinnerlinkissue17742 messages
2013-04-18 22:38:26vstinnercreate