This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Gabriel Somlo, vstinner
Date 2017-07-24.14:42:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500907349.23.0.126726815805.issue31013@psf.upfronthosting.co.za>
In-reply-to
Content
> malloc(((argc + 1) * sizeof(char *)) ? ((argc + 1) * sizeof(char *)) : 1)) ) );

Ah ok, the "(n)?" expression is "((argc + 1) * sizeof(char *)) ? " and yes it contains "*".
History
Date User Action Args
2017-07-24 14:42:29vstinnersetrecipients: + vstinner, Gabriel Somlo
2017-07-24 14:42:29vstinnersetmessageid: <1500907349.23.0.126726815805.issue31013@psf.upfronthosting.co.za>
2017-07-24 14:42:29vstinnerlinkissue31013 messages
2017-07-24 14:42:29vstinnercreate