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 Rhamphoryncus, amaury.forgeotdarc, barry, gregory.p.smith, jcea, jlaurila, jszakmeister, kristjan.jonsson, ncoghlan, neilo, pitrou, pjmcnerney, python-dev, rhettinger, tlesher, trent, vstinner
Date 2013-07-02.23:01:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372806118.46.0.617005489458.issue3329@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch (version 9):

- update API to the last version of the PEP
- PYMEM_DOMAIN_RAW now also have a well defined behaviour when requesting an allocation of zero bytes: PyMem_RawMalloc(0) now calls malloc(1)
- enhance the documentation (ex: mention default allocators)
- _testcapi checks also that PyMem_RawMalloc(0) is non-NULL
History
Date User Action Args
2013-07-02 23:02:00vstinnersetrecipients: + vstinner, barry, rhettinger, gregory.p.smith, jcea, amaury.forgeotdarc, ncoghlan, Rhamphoryncus, pitrou, kristjan.jonsson, jszakmeister, tlesher, jlaurila, trent, neilo, pjmcnerney, python-dev
2013-07-02 23:01:58vstinnersetmessageid: <1372806118.46.0.617005489458.issue3329@psf.upfronthosting.co.za>
2013-07-02 23:01:58vstinnerlinkissue3329 messages
2013-07-02 23:01:58vstinnercreate