Message246522
| Author | jtaylor |
|---|---|
| Recipients | Mark.Shannon, jtaylor, lemburg, pitrou, rhettinger, serhiy.storchaka, tim.peters |
| Date | 2015-07-09.20:01:02 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1436472062.1.0.00333348249646.issue23601@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Large objects are just if size > 512: return malloc(size) there is no reason it should be slower. Also for large objects allocation speed does not matter as much. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-07-09 20:01:02 | jtaylor | set | recipients: + jtaylor, lemburg, tim.peters, rhettinger, pitrou, Mark.Shannon, serhiy.storchaka |
| 2015-07-09 20:01:02 | jtaylor | set | messageid: <1436472062.1.0.00333348249646.issue23601@psf.upfronthosting.co.za> |
| 2015-07-09 20:01:02 | jtaylor | link | issue23601 messages |
| 2015-07-09 20:01:02 | jtaylor | create | |