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 rhettinger
Recipients rhettinger, serhiy.storchaka
Date 2020-05-04.20:36:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588624586.76.0.0628520967833.issue40504@roundup.psfhosted.org>
In-reply-to
Content
The pure python version of lru_cache() wrappers supported weak references.  It's not essential, but I have used it a couple of times.  In the spirit of PEP 399, the C version should add back the weakref support (and a test).
History
Date User Action Args
2020-05-04 20:36:26rhettingersetrecipients: + rhettinger, serhiy.storchaka
2020-05-04 20:36:26rhettingersetmessageid: <1588624586.76.0.0628520967833.issue40504@roundup.psfhosted.org>
2020-05-04 20:36:26rhettingerlinkissue40504 messages
2020-05-04 20:36:26rhettingercreate