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 tim.peters
Recipients amaury.forgeotdarc, mmokrejs, tim.peters, vstinner
Date 2013-08-29.21:03:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377810207.04.0.480412257776.issue18843@psf.upfronthosting.co.za>
In-reply-to
Content
Yet Another Tool ;-)  Python's "small object" allocator grabs memory in chunks of 256KB from the system, and carves up the space itself.  Other memory tools (like Valgrind ...) only see that Python has grabbed 256KB chunks, so can't detect anything wrong _within_ those large blocks.  For that reason, compiling Python --without-pymalloc usually increases the usefulness of other tools.
History
Date User Action Args
2013-08-29 21:03:27tim.peterssetrecipients: + tim.peters, amaury.forgeotdarc, mmokrejs, vstinner
2013-08-29 21:03:27tim.peterssetmessageid: <1377810207.04.0.480412257776.issue18843@psf.upfronthosting.co.za>
2013-08-29 21:03:27tim.peterslinkissue18843 messages
2013-08-29 21:03:26tim.peterscreate