]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-75367: Fix data descriptor detection in inspect.getattr_static (#104517)
authorFurkan Onder <furkanonder@protonmail.com>
Tue, 16 May 2023 17:34:44 +0000 (17:34 +0000)
committerGitHub <noreply@github.com>
Tue, 16 May 2023 17:34:44 +0000 (17:34 +0000)
commit5e9f471e7db30893fb3f42681f17fdcdb70069ee
tree92504b6558a35c489cfd564cf0a8a72dc5301693
parenta454a6651ba26ed623377dd01ed62a0a22afa8c7
gh-75367: Fix data descriptor detection in inspect.getattr_static (#104517)

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]