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 christian.heimes
Recipients benjamin.peterson, christian.heimes, ctheune, ebfe, gvanrossum, hynek
Date 2012-11-02.14:59:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351868383.4.0.184518844501.issue16381@psf.upfronthosting.co.za>
In-reply-to
Content
We can create some kind of heuristic when the memory error handler knows the size of the new block and the size difference on realloc(). It could be an application specific threshold, too.
History
Date User Action Args
2012-11-02 14:59:43christian.heimessetrecipients: + christian.heimes, gvanrossum, ctheune, benjamin.peterson, ebfe, hynek
2012-11-02 14:59:43christian.heimessetmessageid: <1351868383.4.0.184518844501.issue16381@psf.upfronthosting.co.za>
2012-11-02 14:59:43christian.heimeslinkissue16381 messages
2012-11-02 14:59:43christian.heimescreate