summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAnton Ryzhov <anton@ryzhov.me>2022-11-10 12:32:01 (GMT)
committerGitHub <noreply@github.com>2022-11-10 12:32:01 (GMT)
commitdbf2faf579b4094387d65ee41f049456ca67c446 (patch)
tree779bdc9a67884d980095027bb2a2d6495545ec3c /Misc
parent9d692841691590c25e6cf5b2250a594d3bf54825 (diff)
downloadcpython-dbf2faf579b4094387d65ee41f049456ca67c446.zip
cpython-dbf2faf579b4094387d65ee41f049456ca67c446.tar.gz
cpython-dbf2faf579b4094387d65ee41f049456ca67c446.tar.bz2
gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-11-09-20-48-42.gh-issue-74044.zBj26K.rst1
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.