From: Serhiy Storchaka Date: Mon, 28 Dec 2015 21:59:09 +0000 (+0200) Subject: Issue #25447: Copying the lru_cache() wrapper object now always works, X-Git-Tag: v3.6.0a1~853^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3a7d26aa68b3068bea6c417f6f61530b6f0794e;p=python 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). --- e3a7d26aa68b3068bea6c417f6f61530b6f0794e diff --cc Misc/NEWS index e7952348c4,bb0e0568f5..4a5a71e099 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -123,9 -36,10 +123,13 @@@ Core and Builtin Library ------- + - 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). + +- Issue #25768: Have the functions in compileall return booleans instead of + ints and add proper documentation and tests for the return values. + - Issue #24103: Fixed possible use after free in ElementTree.XMLPullParser. - Issue #25860: os.fwalk() no longer skips remaining directories when error