]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #14373: C implementation of functools.lru_cache() now can be used with
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 8 Jun 2015 08:19:24 +0000 (11:19 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 8 Jun 2015 08:19:24 +0000 (11:19 +0300)
commite7070f09bcbc4aa960216d099beff4431744a7e2
tree0959f5c789d72922945ae6e250845585d64e840c
parent77cb197aaa289d1815b9b476f48ebe86d9b75a72
Issue #14373: C implementation of functools.lru_cache() now can be used with
methods.
Lib/test/test_functools.py
Misc/NEWS
Modules/_functoolsmodule.c