]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26950)
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 29 Jun 2021 22:58:45 +0000 (23:58 +0100)
committerGitHub <noreply@github.com>
Tue, 29 Jun 2021 22:58:45 +0000 (23:58 +0100)
commite2fea101fd5517f33371b04432842b971021c3bf
tree377326d96ccca7fe54787dae19dac6df8a928308
parent12803c59d54ff1a45a5b08cef82652ef199b3b07
bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26950)
Lib/test/test_weakref.py
Misc/NEWS.d/next/Core and Builtins/2021-06-29-11-49-29.bpo-44523.67-ZIP.rst [new file with mode: 0644]
Objects/weakrefobject.c