Message 208132 - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Content
It has been noted a few times that someone might forget to re-run
clinic.py after updating the argument clinic comments.  The attached
patch adds a new check to patchcheck.py to note when files containing
argument clinic comments have been changed.  You could take it a step
further and deduce if the lines ranges within the comments were actually
changed, but let's start out simple.