summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2023-09-28 02:26:42 (GMT)
committerGitHub <noreply@github.com>2023-09-28 02:26:42 (GMT)
commitf65f9e80fe741c894582a3e413d4e3318c1ed626 (patch)
tree8779296b7f1d030bd720428e96bd6eb971ddccf1 /Misc
parent5bb6f0fcba663e1006f9063d1027ce8bd9f8effb (diff)
downloadcpython-f65f9e80fe741c894582a3e413d4e3318c1ed626.zip
cpython-f65f9e80fe741c894582a3e413d4e3318c1ed626.tar.gz
cpython-f65f9e80fe741c894582a3e413d4e3318c1ed626.tar.bz2
gh-109818: `reprlib.recursive_repr` copies `__type_params__` (#109819)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-09-25-09-59-59.gh-issue-109818.dLRtT-.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-09-25-09-59-59.gh-issue-109818.dLRtT-.rst b/Misc/NEWS.d/next/Library/2023-09-25-09-59-59.gh-issue-109818.dLRtT-.rst
new file mode 100644
index 0000000..184086a
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-09-25-09-59-59.gh-issue-109818.dLRtT-.rst
@@ -0,0 +1,2 @@
+Fix :func:`reprlib.recursive_repr` not copying ``__type_params__`` from
+decorated function.