Message 111414 - Python tracker
Message111414
| Author | vstinner |
|---|---|
| Recipients | boya, loewis, pitrou, skrah, terry.reedy, vstinner |
| Date | 2010-07-24.02:08:59 |
| SpamBayes Score | 0.08020638 |
| Marked as misclassified | No |
| Message-id | <1279937341.98.0.134661780887.issue9246@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I'm not sure that PyMem_Realloc(NULL, size) is always equivalent to PyMem_Malloc(size). And I don't really know why I'm using PyMem_* instead of malloc() / free() :-) I suppose that Python has a faster memory allocator, or that it has better checks when compiled with pydebug? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-07-24 02:09:02 | vstinner | set | recipients: + vstinner, loewis, terry.reedy, pitrou, skrah, boya |
| 2010-07-24 02:09:01 | vstinner | set | messageid: <1279937341.98.0.134661780887.issue9246@psf.upfronthosting.co.za> |
| 2010-07-24 02:08:59 | vstinner | link | issue9246 messages |
| 2010-07-24 02:08:59 | vstinner | create | |