[Python-checkins] r80809 - python/trunk/Objects/floatobject.c

Brett Cannon brett at python.org
Fri May 7 00:58:41 CEST 2010


On Thu, May 6, 2010 at 14:57, Nick Coghlan <ncoghlan at gmail.com> wrote:

> Brett Cannon wrote:
> > And in case people are being timid in fear of upsetting me, feel free to
> > undo any changes I made. Obviously I prefer having the lines added back
> > in as comments so Clang does not complain about them in the future, but
> > if you simply revert a change I am not going to complain.
>
> Does Clang offer a "please be quiet" comment directive? (I'm pretty sure
>  Klocwerk used to have that).
>

You can do annotations, but I would rather not litter the code with that
unless it added some feature that we wouldn't have otherwise (e.g. reference
counting checks). Plus I don't know if it is limited to functions or any
expression.

-Brett


>
> Cheers,
> Nick.
>
> --
> Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
> ---------------------------------------------------------------
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-checkins/attachments/20100506/4786496c/attachment.html>


More information about the Python-checkins mailing list