Again: python/sf/576101 I'd like to make all interned strings mortal; this allows some simplifications to the patch. This would mean that in the following example: x = intern('12345'*4) nx = id(x) del x ...do something else... y = intern('12345'*4) ny = id(y) nx doesn't necessarily equal ny any more. This is a backward incompatibility but I'm willing to break programs that rely on this; it sounds highly unlikely that the author of any such code as exists would mind it being broken. Opinions? (Reminder: this is python-dev, not types-sig. :-) --Guido van Rossum (home page: http://www.python.org/~guido/)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4