]> granicus.if.org Git - python/commit
Issue #24483: C implementation of functools.lru_cache() now calculates key's
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 2 Oct 2015 09:47:11 +0000 (12:47 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 2 Oct 2015 09:47:11 +0000 (12:47 +0300)
commitb9d98d532cb9bdebff9854eaff91fea13769a595
tree5903bef16674011ec23f91dc4abccaf54777b23e
parentc9fda9b903dc85be334e588b4be784e878248905
Issue #24483: C implementation of functools.lru_cache() now calculates key's
hash only once.
Include/dictobject.h
Misc/NEWS
Modules/_functoolsmodule.c
Objects/dictobject.c