]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40897:Give priority to using the current class constructor in `inspect.signature...
authorWeipeng Hong <hongweichen8888@sina.com>
Fri, 16 Jul 2021 13:04:27 +0000 (21:04 +0800)
committerGitHub <noreply@github.com>
Fri, 16 Jul 2021 13:04:27 +0000 (15:04 +0200)
commit6aab5f9bf303a8e4cd8377fabcdcb499e0541f9a
tree2946fda6458e3e780826553446f6b006f47e40f3
parent8ce3008585feed51bd08ec256a19923940d744d4
bpo-40897:Give priority to using the current class constructor in `inspect.signature` (#27177)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS.d/next/Library/2021-07-16-13-40-31.bpo-40897.aveAre.rst [new file with mode: 0644]