]> granicus.if.org Git - python/commit
Argument Clinic bugfix: Don't let the C preprocessor "Monitor" see lines
authorLarry Hastings <larry@hastings.org>
Sun, 27 Jul 2014 14:22:20 +0000 (16:22 +0200)
committerLarry Hastings <larry@hastings.org>
Sun, 27 Jul 2014 14:22:20 +0000 (16:22 +0200)
commite1b82531b32295604eacd27faeb87431c426bd52
treec7d902b0c6aa19e951bdd8d2a5be571e948ee9c0
parent331a726b38b290bdd3193052f0f9b6e32821a260
Argument Clinic bugfix: Don't let the C preprocessor "Monitor" see lines
that we are scanning for the output marker.  If we don't find it, we will
scan them again, so it sees them twice, and it can get confused (like
thinking we're still in a comment).
Tools/clinic/clinic.py