π Inside CPython 2025: What You Never Knew About Tuples
β
Why len(t) is always instant (O(1))
β»οΈ How small tuples reuse memory through freelists
β οΈ Hidden mutability in C extensions (and how to demo it in Python)
π Plans for making tuples trul...