]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-75367: Fix data descriptor detection in inspect.getattr_static (GH-104517...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 16 May 2023 17:57:34 +0000 (10:57 -0700)
committerGitHub <noreply@github.com>
Tue, 16 May 2023 17:57:34 +0000 (17:57 +0000)
commitf748fc9f44519336cb33539d01be4e5377eabb92
treeb4a3642e964d4eb5794f56cfbadb032407cf0446
parent9cac6c414fc03c72f00f7765f8824be0f4c713a3
[3.11] gh-75367: Fix data descriptor detection in inspect.getattr_static (GH-104517) (#104557)

gh-75367: Fix data descriptor detection in inspect.getattr_static (GH-104517)
(cherry picked from commit 5e9f471e7db30893fb3f42681f17fdcdb70069ee)

Co-authored-by: Furkan Onder <furkanonder@protonmail.com>
Co-authored-by: Carl Meyer <carl@oddbird.net>
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS.d/next/Library/2023-05-16-11-02-44.gh-issue-75367.qLWR35.rst [new file with mode: 0644]