Recently I came across PEP 683 – Immortal Objects, Using a Fixed Refcount https://peps.python.org/pep-0683/ What I figured out that objects like None, True, False will be shared across interpreter instead of creating copies. These were already immutable, weren't they? Can someone please explain in easy terms. Thanks. Continue reading...