[Python-Dev] Changing Clinic's output

Stefan Krah stefan at bytereef.org
Tue Jan 7 22:44:33 CET 2014
Antoine Pitrou <solipsis at pitrou.net> wrote:
> Several solutions have been proposed:
> - move all generated code to separate C files, which would then be
>   #included'd into the main module file

+1 for the reasons that Serhiy has listed.  Additionally, if custom parsers
are implemented, the generated code will take up even more space (look e.g.
at Cython's custom parsers).


Stefan Krah





More information about the Python-Dev mailing list