Message 217941 - Python tracker
Message217941
| Author | zach.ware |
|---|---|
| Recipients | Kim.Gräsman, brian.curtin, python-dev, terry.reedy, tim.golden, tim.peters, zach.ware |
| Date | 2014-05-05.18:59:29 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1399316369.6.0.337514651851.issue18314@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Just skimming, I noticed something about replacing calloc() with PyMem_RawAlloc; note that there is now PyMem_Calloc or PyMem_RawCalloc that you should be able to use if you prefer. See #21233. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-05-05 18:59:29 | zach.ware | set | recipients: + zach.ware, tim.peters, terry.reedy, tim.golden, brian.curtin, python-dev, Kim.Gräsman |
| 2014-05-05 18:59:29 | zach.ware | set | messageid: <1399316369.6.0.337514651851.issue18314@psf.upfronthosting.co.za> |
| 2014-05-05 18:59:29 | zach.ware | link | issue18314 messages |
| 2014-05-05 18:59:29 | zach.ware | create | |