]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35780: Fix errors in lru_cache() C code (GH-11623) (GH-11682)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 26 Jan 2019 08:23:40 +0000 (00:23 -0800)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Sat, 26 Jan 2019 08:23:40 +0000 (03:23 -0500)
commitb2b023c657ba8c3f4a24d0c847d10fe8e2a73d44
tree724e099bc4b39eaf42a4a42aed559c1ced13d4fa
parenta6a8524bb1c78c7425346ec20ecffc02d1d02a79
bpo-35780: Fix errors in lru_cache() C code (GH-11623) (GH-11682)
Lib/functools.py
Lib/test/test_functools.py
Misc/NEWS.d/next/Library/2019-01-19-17-01-43.bpo-35780.CLf7fT.rst [new file with mode: 0644]
Modules/_functoolsmodule.c