]> granicus.if.org Git - python/commit
Issue #14373: Added C implementation of functools.lru_cache(). Based on
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 23 May 2015 19:42:49 +0000 (22:42 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 23 May 2015 19:42:49 +0000 (22:42 +0300)
commit1c858c352b8c11419f79f586334c49378726dba8
treeda80fcbf369c0c59a415f02d89d8927885a40761
parentc70908558d8ebcb6c280391a720a4a0c6c4bc56d
Issue #14373: Added C implementation of functools.lru_cache().  Based on
patches by Matt Joiner and Alexey Kachayev.
Lib/functools.py
Lib/test/test_functools.py
Misc/NEWS
Modules/_functoolsmodule.c