]> granicus.if.org Git - python/commit
Issue #25447: Copying the lru_cache() wrapper object now always works,
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 28 Dec 2015 21:58:07 +0000 (23:58 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 28 Dec 2015 21:58:07 +0000 (23:58 +0200)
commite4d65e3aab980cd8c2347d71bc6e26c19227953b
treed6346ffe9e07b111427262150f942d941b18830a
parent762d5ea8753e2c137eb7affa9fcb51db1cecd1aa
Issue #25447: Copying the lru_cache() wrapper object now always works,
independedly from the type of the wrapped object (by returning the original
object unchanged).
Lib/test/test_functools.py
Misc/NEWS
Modules/_functoolsmodule.c