Message8344
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 |
|
Date |
User |
Action |
Args |
2014-05-07 20:41:13 | zyasoft | set | messageid: <1399495273.69.0.785466844144.issue2137@psf.upfronthosting.co.za> |
2014-05-07 20:41:13 | zyasoft | set | recipients:
+ zyasoft, pjac |
2014-05-07 20:41:13 | zyasoft | link | issue2137 messages |
2014-05-07 20:41:13 | zyasoft | create | |
|