diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-11-10 12:59:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-10 12:59:25 (GMT) |
commit | e6f066af2e15b4da17866a375e11010535d9c692 (patch) | |
tree | 8584a33204b0c1828d36c4daf1b1b4622f2a9b53 /Misc/NEWS.d | |
parent | ee405e3b23c85eedf0413f87e74d06e0128a0298 (diff) | |
download | cpython-e6f066af2e15b4da17866a375e11010535d9c692.zip cpython-e6f066af2e15b4da17866a375e11010535d9c692.tar.gz cpython-e6f066af2e15b4da17866a375e11010535d9c692.tar.bz2 |
gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736)
(cherry picked from commit dbf2faf579b4094387d65ee41f049456ca67c446)
Co-authored-by: Anton Ryzhov <anton@ryzhov.me>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-11-09-20-48-42.gh-issue-74044.zBj26K.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-11-09-20-48-42.gh-issue-74044.zBj26K.rst b/Misc/NEWS.d/next/Library/2022-11-09-20-48-42.gh-issue-74044.zBj26K.rst new file mode 100644 index 0000000..3102ef4 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-11-09-20-48-42.gh-issue-74044.zBj26K.rst @@ -0,0 +1 @@ +Fixed bug where :func:`inspect.signature` reported incorrect arguments for decorated methods. |