PEP 683: Immortal Objects, Using a Fixed Refcount
Currently the CPython runtime maintains a small amount of mutable state in the allocated memory of each object Because of this otherwise immutable objects are actually mutable This can have a large negative impact on CPU and memory performance especially for approaches to increasing Python s