STINNER Victor added the comment:

> malloc(((argc + 1) * sizeof(char *)) ? ((argc + 1) * sizeof(char *)) : 1)) ) 
> );

Ah ok, the "(n)?" expression is "((argc + 1) * sizeof(char *)) ? " and yes it 
contains "*".

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue31013>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to