]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40523: Add pass-throughs for hash() and reversed() to weakref.proxy objects ...
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 5 May 2020 21:58:19 +0000 (22:58 +0100)
committerGitHub <noreply@github.com>
Tue, 5 May 2020 21:58:19 +0000 (22:58 +0100)
commit96074de573f82fc66a2bd73c36905141a3f1d5c1
tree7c0c6375b21b16ed77e6a3010a96fd9fbf43c4eb
parent1253c3ef70ea5632d32ae19579a14152db0d45c1
bpo-40523: Add pass-throughs for hash() and reversed() to weakref.proxy objects (GH-19946)
Lib/test/test_weakref.py
Misc/NEWS.d/next/Core and Builtins/2020-05-05-20-36-15.bpo-40523.hKZVTB.rst [new file with mode: 0644]
Objects/weakrefobject.c