Message8344

Author zyasoft
Recipients pjac, zyasoft
Date 2014-05-07.20:41:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399495273.69.0.785466844144.issue2137@psf.upfronthosting.co.za>
In-reply-to
Content
Here's one more interesting detail I found re CPython:

> And to make it doubly clear: there is not interning going on here at all. Immutable literals are instead stored as constants with the bytecode. Interning does take place for names used in code, but not for string values created by the program unless specifically interned by the intern() function. –  Martijn Pieters

http://stackoverflow.com/questions/15541404/python-string-interning#comment32855426_15541556
History
Date User Action Args
2014-05-07 20:41:13zyasoftsetmessageid: <1399495273.69.0.785466844144.issue2137@psf.upfronthosting.co.za>
2014-05-07 20:41:13zyasoftsetrecipients: + zyasoft, pjac
2014-05-07 20:41:13zyasoftlinkissue2137 messages
2014-05-07 20:41:13zyasoftcreate