From: Raymond Hettinger Date: Sun, 21 Aug 2022 14:40:13 +0000 (-0500) Subject: GH-93179: Document the thread safety of functools.lru_cache (GH-96101) X-Git-Tag: v3.12.0a1~598 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eea8f42deddb3b6fec80984e7557b1f0c4578b62;p=thirdparty%2FPython%2Fcpython.git GH-93179: Document the thread safety of functools.lru_cache (GH-96101) ---