[New-bugs-announce] [issue45701] Add tuple tests to `functools.lru_cache`

Nikita Sobolev report at bugs.python.org
Wed Nov 3 06:47:28 EDT 2021


New submission from Nikita Sobolev <mail at sobolevn.me>:

Context: https://bugs.python.org/issue45679

We need to add tests that `tuple` works as expected with `functools.lru_cache`, including `1` / `1.0` / `True` and `0` / `0.0` / `False` special cases.

PR: https://github.com/python/cpython/pull/29339

----------
components: Tests
messages: 405601
nosy: sobolevn
priority: normal
severity: normal
status: open
title: Add tuple tests to `functools.lru_cache`
type: behavior
versions: Python 3.10, Python 3.11, Python 3.9

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


More information about the New-bugs-announce mailing list