]> 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>
Fri, 16 Jul 2021 13:25:57 +0000 (06:25 -0700)
committerGitHub <noreply@github.com>
Fri, 16 Jul 2021 13:25:57 +0000 (15:25 +0200)
commit948e39a866ccf33b4e30668c3f88a95a65966159
tree159e898a10bd6ca907e9318c37c6744736d4aff7
parentc3007ab3c6cb384203bac8aa64d89c4b42f671a1
bpo-40897:Give priority to using the current class constructor in `inspect.signature` (GH-27177) (#27189)

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]