]> granicus.if.org Git - python/commit
Issue #25447: The lru_cache() wrapper objects now can be copied and pickled
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 24 Oct 2015 06:49:56 +0000 (09:49 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 24 Oct 2015 06:49:56 +0000 (09:49 +0300)
commit45120f272b7e1840f7c760dbad1295fa3ba68eb7
treed78865c3c8d66585a50e6fb16579a4c6462a26f1
parenta7b83b43ff469edd3d9371164e32fe4d3e4daafa
Issue #25447: The lru_cache() wrapper objects now can be copied and pickled
(by returning the original object unchanged).
Lib/test/test_functools.py
Misc/NEWS
Modules/_functoolsmodule.c