[Python-Dev] Changing Clinic's output (original) (raw)

Barry Warsaw barry at python.org
Tue Jan 7 21:32:16 CET 2014


On Jan 07, 2014, at 08:53 PM, Antoine Pitrou wrote:

- move all generated code to separate C files, which would then be #included'd into the main module file

I'm not a big fan of this approach either, but maybe not as vehemently, so -0.

- 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

-Barry



More information about the Python-Dev mailing list