]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46103: Fix inspect.getmembers to only get __bases__ from class (GH-30147)
authorWeipeng Hong <hongweichen8888@sina.com>
Sun, 23 Jan 2022 17:40:38 +0000 (01:40 +0800)
committerGitHub <noreply@github.com>
Sun, 23 Jan 2022 17:40:38 +0000 (09:40 -0800)
commit691506f4e9408a1205166f99640946ad7822e302
treed94c7f67a708cfa41bb223a6cdc7ece845dedcf2
parent76dc047a0e88d10aad0405228d56e94438cdd91c
bpo-46103: Fix inspect.getmembers to only get __bases__ from class (GH-30147)
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS.d/next/Library/2021-12-16-23-42-54.bpo-46103.LMnZAN.rst [new file with mode: 0644]