[New-bugs-announce] [issue40504] Restore weakref support for lru_cache wrappers
Raymond Hettinger
report at bugs.python.org
Mon May 4 16:36:26 EDT 2020
New submission from Raymond Hettinger <raymond.hettinger at 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 <report at bugs.python.org>
<https://bugs.python.org/issue40504>
_______________________________________
More information about the New-bugs-announce
mailing list