Message243982
The problem is in property descriptor getter. It uses cached tuple for args and can unexpectedly modify it. Opened issue24276 for fixing this bug.
Another way is to remove fast path in lru_cache_make_key() and always copy args tuple. |
|
Date |
User |
Action |
Args |
2015-05-24 13:18:47 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, rhettinger, jcea, amaury.forgeotdarc, pitrou, scoder, giampaolo.rodola, ezio.melotti, asvetlov, poke, meador.inge, anacrolix, Aaron.Meurer, BreamoreBoy, python-dev, eric.snow, brechtm, kmike, kachayev, josh.r |
2015-05-24 13:18:47 | serhiy.storchaka | set | messageid: <1432473527.13.0.89675971569.issue14373@psf.upfronthosting.co.za> |
2015-05-24 13:18:47 | serhiy.storchaka | link | issue14373 messages |
2015-05-24 13:18:46 | serhiy.storchaka | create | |
|