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 ncoghlan
Recipients michael.foord, ncoghlan, rhettinger
Date 2013-03-19.18:25:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363717544.41.0.520120548152.issue17482@psf.upfronthosting.co.za>
In-reply-to
Content
OK, thinking about this a little further, I think it's not as bad as I feared. The number of people likely to be introspecting __wrapped__ is quite small, and updating to the correct recursive code will still do the right thing in existing versions.

So long as we tell people this is coming, and get Georg to highlight it in the release notes for the corresponding 3.3.x point release, we should be able to fix the lru_cache bug without too much collateral damage.
History
Date User Action Args
2013-03-19 18:25:44ncoghlansetrecipients: + ncoghlan, rhettinger, michael.foord
2013-03-19 18:25:44ncoghlansetmessageid: <1363717544.41.0.520120548152.issue17482@psf.upfronthosting.co.za>
2013-03-19 18:25:44ncoghlanlinkissue17482 messages
2013-03-19 18:25:44ncoghlancreate