]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99184: Bypass instance attribute access in `repr` of `weakref.ref` (#99244)
authorNikita Sobolev <mail@sobolevn.me>
Mon, 24 Apr 2023 18:57:36 +0000 (21:57 +0300)
committerGitHub <noreply@github.com>
Mon, 24 Apr 2023 18:57:36 +0000 (12:57 -0600)
commit58b6be3791f55ceb550822ffd8664eca10fd89c4
tree5bbe8d2c68d3227b33a1b81f1bef6a13b766aed4
parent2aa22f72fbbabb4ca2a641c0546d25c45128c56f
gh-99184: Bypass instance attribute access in `repr` of `weakref.ref` (#99244)
Lib/test/test_weakref.py
Misc/NEWS.d/next/Core and Builtins/2022-11-08-12-36-25.gh-issue-99184.KIaqzz.rst [new file with mode: 0644]
Objects/weakrefobject.c