Message216431
| Author | vstinner |
|---|---|
| Recipients | josh.r, neologix, njs, pitrou, skrah, vstinner |
| Date | 2014-04-16.04:21:23 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1397622086.41.0.689282739943.issue21233@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
New patch: - replace "size_t size" with "size_t nelem, size_t elsize" in the prototype of calloc functions (the parameter names come from the POSIX standard) - replace "int calloc" with "int zero" in helper functions |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-04-16 04:21:27 | vstinner | set | recipients: + vstinner, pitrou, njs, skrah, neologix, josh.r |
| 2014-04-16 04:21:26 | vstinner | set | messageid: <1397622086.41.0.689282739943.issue21233@psf.upfronthosting.co.za> |
| 2014-04-16 04:21:26 | vstinner | link | issue21233 messages |
| 2014-04-16 04:21:26 | vstinner | create | |