Message243980
| Author | serhiy.storchaka |
|---|---|
| Recipients | barry, eric.smith, eric.snow, llllllllll, python-dev, rhettinger, serhiy.storchaka |
| Date | 2015-05-24.13:11:49 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1432473109.86.0.717855032887.issue24276@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Property descriptor getter uses cached tuple for args (issue23910). This can cause problems when called function use args after reading other property or save args. For now I know only one example - clru_cache_3.patch in issue14373. Proposed patch use cached tuple in more robust manner. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-05-24 13:11:49 | serhiy.storchaka | set | recipients: + serhiy.storchaka, barry, rhettinger, eric.smith, python-dev, eric.snow, llllllllll |
| 2015-05-24 13:11:49 | serhiy.storchaka | set | messageid: <1432473109.86.0.717855032887.issue24276@psf.upfronthosting.co.za> |
| 2015-05-24 13:11:49 | serhiy.storchaka | link | issue24276 messages |
| 2015-05-24 13:11:49 | serhiy.storchaka | create | |