Message 216681 - Python tracker
Message216681
| Author | josh.r |
|---|---|
| Recipients | josh.r, jtaylor, neologix, njs, pitrou, skrah, vstinner |
| Date | 2014-04-17.10:35:42 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1397730942.23.0.503973801708.issue21233@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Julian: No. See the diff: http://bugs.python.org/review/21233/diff/11644/Objects/typeobject.c The original GC_Malloc was explicitly memset-ing after confirming that it received a non-NULL pointer from the underlying malloc call; that memset is removed in favor of using the calloc call. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-04-17 10:35:42 | josh.r | set | recipients: + josh.r, pitrou, vstinner, njs, skrah, neologix, jtaylor |
| 2014-04-17 10:35:42 | josh.r | set | messageid: <1397730942.23.0.503973801708.issue21233@psf.upfronthosting.co.za> |
| 2014-04-17 10:35:42 | josh.r | link | issue21233 messages |
| 2014-04-17 10:35:42 | josh.r | create | |