[New-bugs-announce] [issue44256] _functools._lru_list_elem is exposed unintentionally.

Inada Naoki report at bugs.python.org
Thu May 27 21:37:46 EDT 2021


New submission from Inada Naoki <songofacandy at gmail.com>:

_lru_list_elem is internal data strucuture. It is intended to be used only in _lru_cache_wrapper.
Until Python 3.9, it is not exposed. But it is exposed by dd3912 accidentally.

----------
components: Extension Modules
keywords: 3.10regression
messages: 394626
nosy: methane
priority: normal
severity: normal
status: open
title: _functools._lru_list_elem is exposed unintentionally.
type: behavior
versions: Python 3.10, Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44256>
_______________________________________


More information about the New-bugs-announce mailing list