New submission from Raymond Hettinger <raymond.hettin...@gmail.com>:
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). ---------- components: Extension Modules keywords: easy (C) messages: 368081 nosy: rhettinger, serhiy.storchaka priority: normal severity: normal status: open title: Restore weakref support for lru_cache wrappers type: behavior versions: Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue40504> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com