> given target. Removing the final 0.5% of code that is "unused in some
> cases" is really not something I would want to invest days into, each time
> we make a change in Cython.

But its not 0.5%. My problem is trying to read the generated code.

A possibility might be an option which puts the boilerplate in one file
and the variant code in another that then #includes the boilerplate.
So the code is the same, but the main file is much easier to inspect
to see what got generated.

—
John Skaller
[email protected]





_______________________________________________
cython-devel mailing list
[email protected]
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to