[PATCH STABLE] parsers: statically initializing tp_new to PyType_GenericNew is not portable

Bryan O'Sullivan bos at serpentine.com
Mon May 7 19:25:20 CDT 2012


On Mon, May 7, 2012 at 4:32 PM, Adrian Buehlmann <adrian at cadifra.com> wrote:

> -       PyType_GenericNew,         /* tp_new */
> +       /* PyType_GenericNew,         tp_new */
>

Why not actually delete this line, instead of leaving it as a comment?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20120507/33252999/attachment.html>


More information about the Mercurial-devel mailing list