Larry Hastings added the comment:

Maybe I'm not reading this correctly.  It looks like the function returns True 
if it finds any .c or .h file that contains the string '[clinic input]'.  It 
doesn't seem to only check files that have changed.

I was considering adding a checkum for the *input* to the third comment (what I 
call the "output line").  That would let this checker compute the checksum for 
the input and output sections and confirm that they match.  If the input had 
changed, the checksum would fail, and you'd know they hadn't run clinic 
recently.

----------

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

Reply via email to