[Python-Dev] Re: [Python-checkins] python/dist/src/Modules
mathmodule.c, 2.74, 2.75
Tim Peters
tim.peters at gmail.com
Wed Apr 6 14:50:46 CEST 2005
[mwh at users.sourceforge.net]
> Modified Files:
> mathmodule.c
> Log Message:
> Add a comment explaining the import of longintrepr.h.
>
> Index: mathmodule.c
...
> #include "Python.h"
> -#include "longintrepr.h"
> +#include "longintrepr.h" // just for SHIFT
The intent is fine, but please use a standard C (not C++) comment.
That is, /*...*/, not //.
More information about the Python-Dev
mailing list