Message305743
| Author | vstinner |
|---|---|
| Recipients | davin, larry, serhiy.storchaka, skrah, vstinner, xdegaye |
| Date | 2017-11-07.12:31:41 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1510057901.68.0.213398074469.issue31626@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
For allocations larger than 512 bytes, PyObject_Malloc() calls PyMem_RawMalloc(). When debug hooks are installed, PyObject_Malloc() calls a debug hook which calls PyMem_RawMalloc() which calls another debug hook. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-11-07 12:31:41 | vstinner | set | recipients: + vstinner, larry, skrah, xdegaye, serhiy.storchaka, davin |
| 2017-11-07 12:31:41 | vstinner | set | messageid: <1510057901.68.0.213398074469.issue31626@psf.upfronthosting.co.za> |
| 2017-11-07 12:31:41 | vstinner | link | issue31626 messages |
| 2017-11-07 12:31:41 | vstinner | create | |