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

2014年1月07日 12:04:39 -0800

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~
_______________________________________________
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