]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40897:Give priority to using the current class constructor in `inspect.signature...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 17 Jul 2021 08:36:31 +0000 (01:36 -0700)
committerGitHub <noreply@github.com>
Sat, 17 Jul 2021 08:36:31 +0000 (10:36 +0200)
commitdf7c62980d15acd3125dfbd81546dad359f7add7
tree12577daaf85064f57f39c54774958a11d91c249e
parented2db9b5940ccbc0bc72d01bf62d8b3095ccef21
bpo-40897:Give priority to using the current class constructor in `inspect.signature` (GH-27177) (GH-27209)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
(cherry picked from commit 6aab5f9bf303a8e4cd8377fabcdcb499e0541f9a)

Co-authored-by: Weipeng Hong <hongweichen8888@sina.com>
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]