Message216682
| Author | josh.r |
|---|---|
| Recipients | josh.r, jtaylor, neologix, njs, pitrou, skrah, vstinner |
| Date | 2014-04-17.10:39:32 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1397731172.29.0.88529649383.issue21233@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Well, to be more specific, PyType_GenericAlloc was originally calling one of two methods that didn't zero the memory (one of which was GC_Malloc), then memset-ing. Just realized you're talking about something else; not sure if you're correct about this now, but I have to get to work, will check later if no one else does. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-04-17 10:39:32 | josh.r | set | recipients: + josh.r, pitrou, vstinner, njs, skrah, neologix, jtaylor |
| 2014-04-17 10:39:32 | josh.r | set | messageid: <1397731172.29.0.88529649383.issue21233@psf.upfronthosting.co.za> |
| 2014-04-17 10:39:32 | josh.r | link | issue21233 messages |
| 2014-04-17 10:39:32 | josh.r | create | |