]> granicus.if.org Git - python/commit
Issue #23500: Argument Clinic is now smarter about generating the "#ifndef"
authorLarry Hastings <larry@hastings.org>
Fri, 3 Apr 2015 20:09:02 +0000 (13:09 -0700)
committerLarry Hastings <larry@hastings.org>
Fri, 3 Apr 2015 20:09:02 +0000 (13:09 -0700)
commit0759f84d6260bad1234b802212e73fdc5873d261
tree10a4aa8c54a9e95e0f7c19189af3827538f55b24
parent5cf2b7253dc43b203c2f918416b4d25ad1dbfa7d
Issue #23500: Argument Clinic is now smarter about generating the "#ifndef"
(empty) definition of the methoddef macro: it's only generated once, even
if Argument Clinic processes the same symbol multiple times, and it's emitted
at the end of all processing rather than immediately after the first use.
Misc/NEWS
Modules/clinic/spwdmodule.c.h
Modules/clinic/zlibmodule.c.h
Modules/posixmodule.c
Tools/clinic/clinic.py