]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39481: Make functools.cached_property, partial, partialmethod generic (#19427)
authorEthan Smith <ethan@ethanhs.me>
Tue, 14 Apr 2020 04:53:04 +0000 (21:53 -0700)
committerGitHub <noreply@github.com>
Tue, 14 Apr 2020 04:53:04 +0000 (21:53 -0700)
commitcecf049673da6a24435acd1a6a3b34472b323c97
tree10ade472188b307c3a8874124a2ce5696a1da4c8
parent584a3cfda4d7a65ea0c1ea1ee541378bb7be46ca
bpo-39481: Make functools.cached_property, partial, partialmethod generic (#19427)
Lib/functools.py
Lib/test/test_genericalias.py
Modules/_functoolsmodule.c