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 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:49serhiy.storchakasetrecipients: + serhiy.storchaka, barry, rhettinger, eric.smith, python-dev, eric.snow, llllllllll
2015-05-24 13:11:49serhiy.storchakasetmessageid: <1432473109.86.0.717855032887.issue24276@psf.upfronthosting.co.za>
2015-05-24 13:11:49serhiy.storchakalinkissue24276 messages
2015-05-24 13:11:49serhiy.storchakacreate