[pypy-issue] [issue1750] intern() -> immortal

Armin Rigo tracker at bugs.pypy.org
Wed Apr 30 23:16:38 CEST 2014


New submission from Armin Rigo <armin.rigo at gmail.com>:

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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1750>
________________________________________


More information about the pypy-issue mailing list