]> granicus.if.org Git - python/commit
bpo-36650: Fix handling of empty keyword args in C version of lru_cache. (GH-12881)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sat, 20 Apr 2019 17:20:44 +0000 (07:20 -1000)
committerGitHub <noreply@github.com>
Sat, 20 Apr 2019 17:20:44 +0000 (07:20 -1000)
commit14adbd45980f705cb6554ca17b8a66b56e105296
tree07074a6677cbf71830c1cfd3c3ebdf6652c8685b
parent9d062d690b768252204992fc6ab7c3873a87442d
bpo-36650: Fix handling of empty keyword args in C version of lru_cache. (GH-12881)
Lib/test/test_functools.py
Misc/NEWS.d/next/Library/2019-04-19-15-29-55.bpo-36650._EVdrz.rst [new file with mode: 0644]
Modules/_functoolsmodule.c