]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:32:34 +0000 (19:32 +0100)
committerGitHub <noreply@github.com>
Tue, 27 Feb 2024 18:32:34 +0000 (18:32 +0000)
commit418e72041349dccdd2bf6ad58643fec3314b1691
tree8a3ceae89771a7beafa26c2f7840f5c9083b357c
parent3af945fbb47600077850dc7fbcdbc323ddd83dd5
[3.12] gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data descriptor (GH-115540) (GH-115966)

(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]