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 gregory.p.smith, kristjan.jonsson, meador.inge, pitrou, python-dev, trent, vstinner
Date 2013-10-19.11:34:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwb5JJWwcFDNOOyT-qczKHeUSJOLZz6fi3CPn7sDCtsb_g@mail.gmail.com>
In-reply-to <1382176088.64.0.477381196965.issue16742@psf.upfronthosting.co.za>
Content
> Kristján Valur Jónsson added the comment:
>
> Perhaps in debug builds the memory apis should verify consistency and
matching useage.

Python does check usage of apis in debug mode. Memory allocation failure
are almost never checked. See my pyfailmalloc module for that.
History
Date User Action Args
2013-10-19 11:34:40vstinnersetrecipients: + vstinner, gregory.p.smith, pitrou, kristjan.jonsson, trent, meador.inge, python-dev
2013-10-19 11:34:40vstinnerlinkissue16742 messages
2013-10-19 11:34:40vstinnercreate