[Python-Dev] Changing Clinic's output
Ethan Furman
ethan at stoneleaf.us
Tue Jan 7 21:03:00 CET 2014
More information about the Python-Dev mailing list
Tue Jan 7 21:03:00 CET 2014
- Previous message: [Python-Dev] Changing Clinic's output
- Next message: [Python-Dev] Changing Clinic's output
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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~
- Previous message: [Python-Dev] Changing Clinic's output
- Next message: [Python-Dev] Changing Clinic's output
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list