Hi,

Pure Python functions rarely benefit from compilation. I thought it
would be interesting to add an "interpreted" directive (global,
module, class, function level + automatic heuristic) that will
instruct Cython to compile def functions into _bytecode_ and store
that bytecode in the binary.

Together with module bundling and embed/freeze it could make a neat
deployment solution.

(I have no plans to implement this.)

Best regards,
Nikita Nemkin
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to