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 Manjusaka
Recipients Manjusaka, Scott Sanderson2, rhettinger, serhiy.storchaka
Date 2019-10-24.07:42:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571902942.74.0.43467986768.issue38565@roundup.psfhosted.org>
In-reply-to
Content
I think to modify in lru_cache should be good in normal circumstance

But here's maybe some people modify the wrapped object that underlying in  lru_cache

So I prefer to add a new function in _functools.c?
History
Date User Action Args
2019-10-24 07:42:22Manjusakasetrecipients: + Manjusaka, rhettinger, serhiy.storchaka, Scott Sanderson2
2019-10-24 07:42:22Manjusakasetmessageid: <1571902942.74.0.43467986768.issue38565@roundup.psfhosted.org>
2019-10-24 07:42:22Manjusakalinkissue38565 messages
2019-10-24 07:42:22Manjusakacreate