Message353986
| Author | tim.peters |
|---|---|
| Recipients | brandtbucher, rhettinger, serhiy.storchaka, tim.peters |
| Date | 2019-10-05.03:24:43 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1570245883.54.0.886767259366.issue38373@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
WRT pymalloc, it will always copy on growing resize in this context. A pymalloc pool is dedicated to blocks of the same size class, so if the size class increases (they're 16 bytes apart now), the data must be copied to a different pool (dedicated to blocks of the larger size class). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-10-05 03:24:43 | tim.peters | set | recipients: + tim.peters, rhettinger, serhiy.storchaka, brandtbucher |
| 2019-10-05 03:24:43 | tim.peters | set | messageid: <1570245883.54.0.886767259366.issue38373@roundup.psfhosted.org> |
| 2019-10-05 03:24:43 | tim.peters | link | issue38373 messages |
| 2019-10-05 03:24:43 | tim.peters | create | |