Message216671
| Author | jtaylor |
|---|---|
| Recipients | josh.r, jtaylor, neologix, njs, pitrou, skrah, vstinner |
| Date | 2014-04-17.08:04:36 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1397721876.63.0.0895099478176.issue21233@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
won't replacing _PyObject_GC_Malloc with a calloc cause Var objects (PyObject_NewVar) to be completely zeroed which I think they didn't before? Some numeric programs stuff a lot of data into var objects and could care about python suddenly setting them to zero when they don't need it. An example would be tinyarray. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-04-17 08:04:36 | jtaylor | set | recipients: + jtaylor, pitrou, vstinner, njs, skrah, neologix, josh.r |
| 2014-04-17 08:04:36 | jtaylor | set | messageid: <1397721876.63.0.0895099478176.issue21233@psf.upfronthosting.co.za> |
| 2014-04-17 08:04:36 | jtaylor | link | issue21233 messages |
| 2014-04-17 08:04:36 | jtaylor | create | |