What I Read: compiler optimizations.
https://pythonspeed.com/articles/testing-compiler-optimizations/
Testing the compiler optimizations your code relies on
Itamar Turner-Trauring
09 Sep 2025
"Having what looks like an O(n) loop turned into a constant operation is great for speed! But there’s a problem with this sort of trick: how do you know the compiler will keep doing it?"