[Python-Dev] Changing Clinic's output

Ethan Furman ethan at stoneleaf.us
Tue Jan 7 21:03:00 CET 2014
On 01/07/2014 11:53 AM, Antoine Pitrou wrote:
>
> - move all generated code to separate C files, which would then be
>    #included'd into the main module file

-1  (Guido has stated a strong dislike for this method)


> - gather all generated code to a single place in the C module file, for
>    example near the end (Larry's "accumulator" idea)

+1


> - prefix all Clinic-generated lines with a recognizable marker, e.g.
>    "/* AC */"

+0

--
~Ethan~


More information about the Python-Dev mailing list