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 kristjan.jonsson
Recipients kristjan.jonsson, loewis, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2012-05-03.21:35:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336080921.35.0.778347516741.issue14687@psf.upfronthosting.co.za>
In-reply-to
Content
> because I read that realloc() on Windows is not efficient.
Efficiency is not a Boolean property, you know :)  Anyway, I´d be surprised if it were very iniefficient, given that the heap allocators on Windows are quite mature by now.
History
Date User Action Args
2012-05-03 21:35:21kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, pitrou, vstinner, python-dev, serhiy.storchaka
2012-05-03 21:35:21kristjan.jonssonsetmessageid: <1336080921.35.0.778347516741.issue14687@psf.upfronthosting.co.za>
2012-05-03 21:35:20kristjan.jonssonlinkissue14687 messages
2012-05-03 21:35:20kristjan.jonssoncreate