summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2019-04-19-15-29-55.bpo-36650._EVdrz.rst
blob: de10575fc2720eb76eaa4bd5acca25f0b36fb046 (plain)
1
2
3
4
The C version of functools.lru_cache() was treating calls with an empty
``**kwargs`` dictionary as being distinct from calls with no keywords at all.
This did not result in an incorrect answer, but it did trigger an unexpected
cache miss.