Interned strings are immortal, despite what the documentation says · Issue #113993 · python/cpython

Bug report Bug description: The sys.intern documentation explicitly says: Interned strings are not immortal; you must keep a reference to the return value of intern() around to benefit from it. How...