]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36144: Add union operators to WeakKeyDictionary (#19106)
authorCurtis Bucher <cpbucher5@gmail.com>
Mon, 23 Mar 2020 20:49:46 +0000 (13:49 -0700)
committerGitHub <noreply@github.com>
Mon, 23 Mar 2020 20:49:46 +0000 (13:49 -0700)
commit25e580a73c163f472fdeb5489bebef85da21655c
treeae7ee5d6817eb0efd91e6fd2db0237071fb05b06
parent8dd1792c680caaf94a00cead82b238238f419172
bpo-36144: Add union operators to WeakKeyDictionary (#19106)
Doc/library/weakref.rst
Lib/test/test_weakref.py
Lib/weakref.py
Misc/NEWS.d/next/Library/2020-03-18-14-02-58.bpo-36144.ooyn6Z.rst [new file with mode: 0644]