Earlier quoted context omitted.
used to yield orders of magnitude more performance, but optimizers have evolved and today there's not much difference. If this were true, you'd expect see a lot more native python and the like.
Python is interpreted so super optimizing compilers, SIMD auto vectorization and other recent goodies necessary to get that performance won't work.
Python is not always interpreted. And when it isn't, it's still slow.