New submission from Armin Rigo <[email protected]>: In CPython, intern() returns strings that are unique among all co-existing equal strings, but not immortal. In PyPy they are immortal. This should be fixed at some point. Maybe it's as simple as using a WeakValueDictionary for space.interned_strings?
---------- messages: 6824 nosy: arigo, pypy-issue priority: bug status: unread title: intern() -> immortal ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1750> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
