Message192220
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 |
|
Date |
User |
Action |
Args |
2013-07-02 23:02:00 | vstinner | set | recipients:
+ 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:58 | vstinner | set | messageid: <1372806118.46.0.617005489458.issue3329@psf.upfronthosting.co.za> |
2013-07-02 23:01:58 | vstinner | link | issue3329 messages |
2013-07-02 23:01:58 | vstinner | create | |
|