Re: [Python-Dev] Changing Clinic's output

2014年1月07日 12:34:28 -0800

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
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to