]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data descript...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 Feb 2024 18:35:55 +0000 (19:35 +0100)
committerGitHub <noreply@github.com>
Tue, 27 Feb 2024 18:35:55 +0000 (18:35 +0000)
commit40070860192a26a46adf59ba2d5d97ba7fea6b2b
tree5e85b008378abbba4f576d34dea8ae753f8ed202
parenteb13ac66c49bbee7e0b04e564e463502cab55c13
[3.11] gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data descriptor (GH-115540) (GH-115965)

(cherry picked from commit 68c79d21fa791d7418a858b7aa4604880e988a02)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/inspect.py
Lib/test/test_inspect/test_inspect.py
Misc/NEWS.d/next/Library/2024-02-15-23-42-54.gh-issue-112006.4wxcK-.rst [new file with mode: 0644]