Message255212
Yes, I have came to the same as random832. String objects have "fast path" for concatenating, and in this path cached UTF8 representation is not cleaned. Pickle is one of simplest ways to reproduce this issue. May be it can be reproduced with compile() or type(), but these ways looks too heavyweighted to me.
Here is a patch that fixes strings concatenation. |
|
Date |
User |
Action |
Args |
2015-11-23 19:20:56 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, terry.reedy, kbk, roger.serwy, steven.daprano, eryksun, random832, Árpád Kósa |
2015-11-23 19:20:56 | serhiy.storchaka | set | messageid: <1448306456.93.0.706410303519.issue25709@psf.upfronthosting.co.za> |
2015-11-23 19:20:56 | serhiy.storchaka | link | issue25709 messages |
2015-11-23 19:20:56 | serhiy.storchaka | create | |
|