]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106292: restore checking __dict__ in cached_property.__get__ (#106380)
authorCarl Meyer <carl@oddbird.net>
Wed, 5 Jul 2023 23:01:35 +0000 (17:01 -0600)
committerGitHub <noreply@github.com>
Wed, 5 Jul 2023 23:01:35 +0000 (17:01 -0600)
commit838406b4fc044c0b2f397c23275c69f16a76205b
treebf782499c256dba23947916be1dcb48df20e202d
parent217f47d6e5e56bca78b8556e910cd00890f6f84a
gh-106292: restore checking __dict__ in cached_property.__get__ (#106380)

* gh-106292: restore checking __dict__ in cached_property.__get__

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
Lib/functools.py
Lib/test/test_functools.py
Misc/NEWS.d/next/Library/2023-07-03-15-09-44.gh-issue-106292.3npldV.rst [new file with mode: 0644]