Message192220
| 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: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 | |