gh-109818: reprlib.recursive_repr copies __type_params__#109819
gh-109818: reprlib.recursive_repr copies __type_params__#109819JelleZijlstra merged 2 commits intopython:mainfrom
reprlib.recursive_repr copies __type_params__#109819Conversation
Misc/NEWS.d/next/Library/2023-09-25-09-59-59.gh-issue-109818.dLRtT-.rst
Outdated
Show resolved
Hide resolved
…LRtT-.rst Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
repllib.recursive_repr copies __type_params__replib.recursive_repr copies __type_params__
replib.recursive_repr copies __type_params__reprlib.recursive_repr copies __type_params__
JelleZijlstra
left a comment
There was a problem hiding this comment.
Thanks! I think we should backport this to 3.12 but it can wait until 3.12.1.
|
Thanks @sobolevn for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
|
Sorry, @sobolevn and @JelleZijlstra, I could not cleanly backport this to |
…s__` (pythonGH-109819). (cherry picked from commit f65f9e8) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
|
GH-109999 is a backport of this pull request to the 3.12 branch. |
|
reprlib.recursive_reprdoes not copy__type_params__#109818