- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message243982
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | serhiy.storchaka |
|---|---|
| Recipients | Aaron.Meurer, BreamoreBoy, amaury.forgeotdarc, anacrolix, asvetlov, brechtm, eric.snow, ezio.melotti, giampaolo.rodola, jcea, josh.r, kachayev, kmike, meador.inge, pitrou, poke, python-dev, rhettinger, scoder, serhiy.storchaka |
| Date | 2015-05-24.13:18:46 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1432473527.13.0.89675971569.issue14373@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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 | |

