[Cython] Size of output

John Skaller2 skaller at internode.on.net
Fri Jan 31 21:42:21 EST 2020


> 
>> Is there an option to use an #include for the standard stuff?
> 
> There are upsides and downsides to that as well.

Hence an option. But it could be work to implement so I’m just
exploring at the moment.

> The way
> things are, the generated file is self-contained, and can
> be shipped without worrying about it becoming disconnected
> from a compatible version of the include file. This is
> important when details of the support code can change
> without notice between Cython releases.

Yes, and in this case an include file may actually be better
because it will upgrade with Cython. YMMV I guess.

But the main reason is to remove a lot of useless clutter.

—
John Skaller
skaller at internode.on.net







More information about the cython-devel mailing list