When I ran Cython on a two line Python function I got this from wc: 4276 13798 161338 oldtest.c
It took a while to actually find the implementation of the function. A lot of the emitted code appeared to be run time and compile time support code which wasn’t actually used. Eliminating stuff that isn’t required with dependency tracking is nontrivial, and not much use whereas a single self contained compilable C files is very useful. Is there an option to use an #include for the standard stuff? — John Skaller skal...@internode.on.net _______________________________________________ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel