Closes bpo-33947: Dataclasses can raise RecursionError in __repr__ by srinivasreddy ยท Pull Request #9916 ยท python/cpython
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! See my comments.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.
Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.
Thanks for making the requested changes!
@ericvsmith: please review the changes made to this pull request.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @srinivasreddy, for the quick turnaround.
I have a few small comments. I know they seem insignificant, but it's the same standard that I'd hold myself to, so you get to be the victim of my nitpicking. Thanks in advance.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.
Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.
Thanks for making the requested changes!
@ericvsmith: please review the changes made to this pull request.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks for your work!
Thanks @srinivasreddy for the PR, and @ericvsmith for merging it ๐ฎ๐.. I'm working now to backport this PR to: 3.6, 3.7.
๐๐โ๐ค
Sorry, @srinivasreddy and @ericvsmith, I could not cleanly backport this to 3.6 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker dd13c88b5371e13fc16b84e2f9b8715d917de269 3.6
Sorry, @srinivasreddy and @ericvsmith, I could not cleanly backport this to 3.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker dd13c88b5371e13fc16b84e2f9b8715d917de269 3.7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters