Home | History | Annotate | Download | only in Misc

Lines Matching full:interned

2528 - Subclasses of string can no longer be interned.  The semantics of
3011 - marshal now shares interned strings. This change introduces
5044 interned strings are no longer immortal. You must keep a reference
5782 incremented. The apparently unused feature of "indirect interned
5783 strings", supported by the ob_sinterned member, is gone. Interned
5785 PyString_InternImmortal() that creates immortal interned strings.
13425 "interned" strings. Most names generated by the interpreter are now
13426 automatically interned, and there's a new built-in function intern(s)
13427 that returns the interned version of a string. Interned strings are