]> 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:50:19 +0000 (09:50 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 24 Oct 2015 06:50:19 +0000 (09:50 +0300)
commitdcd1a0309f5d8a5b4cf1cb24f53bbcefd0c4f70b
tree8d2b57fef758d047ccaf53ed0383aaf92fa42a1d
parent21960a3db4778a655bb6211db3680d513adfbe7e
parent45120f272b7e1840f7c760dbad1295fa3ba68eb7
Issue #25447: The lru_cache() wrapper objects now can be copied and pickled
(by returning the original object unchanged).
Misc/NEWS