The Python compiler Nuitka has evolved from an absurdly compatible Python to C++ translator into a statically optimizing Python compiler. The mere peephole optimization is now accompanied by full function/module level optimization, with more to come, and only increased compatibility. Witness local and module variable value propagation, function in-lining with suitable code, and graceful degradatio