Message 305320 - Python tracker
Message305320
| Author | skrah |
|---|---|
| Recipients | skrah |
| Date | 2017-10-31.18:01:35 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1509472895.95.0.213398074469.issue31912@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This is related to #27987 and #20064 and perhaps the pymalloc patch from #18835. I think PyMem_Malloc() should guarantee alignof(max_align_t). It actually did before the "#define PYMEM_FUNCS PYOBJ_FUNCS" optimization, so we have a sort of regression here. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-10-31 18:01:35 | skrah | set | recipients: + skrah |
| 2017-10-31 18:01:35 | skrah | set | messageid: <1509472895.95.0.213398074469.issue31912@psf.upfronthosting.co.za> |
| 2017-10-31 18:01:35 | skrah | link | issue31912 messages |
| 2017-10-31 18:01:35 | skrah | create | |