]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39481: Make weakref and WeakSet generic (GH-19497)
authorEthan Smith <ethan@ethanhs.me>
Tue, 14 Apr 2020 04:54:40 +0000 (21:54 -0700)
committerGitHub <noreply@github.com>
Tue, 14 Apr 2020 04:54:40 +0000 (21:54 -0700)
commit8ef875028a3644a329c87ce420a73793e315143f
tree102695b9e45519561c88f9d9b91b66992cd40b72
parentcecf049673da6a24435acd1a6a3b34472b323c97
bpo-39481: Make weakref and WeakSet generic (GH-19497)
Lib/_weakrefset.py
Lib/test/test_genericalias.py
Objects/weakrefobject.c