bpo-41747: Ensure all dataclass methods uses their parents' qualname#22155
bpo-41747: Ensure all dataclass methods uses their parents' qualname#22155ericvsmith merged 5 commits into
Conversation
pablogsal
left a comment
There was a problem hiding this comment.
This LGTM but it would be great if @ericvsmith could take a final look
Sorry, something went wrong.
|
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 |
Sorry, something went wrong.
serhiy-storchaka
left a comment
There was a problem hiding this comment.
Seems this change also makes these methods pickleable.
Sorry, something went wrong.
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
serhiy-storchaka
left a comment
There was a problem hiding this comment.
👍
Sorry, something went wrong.
ericvsmith
left a comment
There was a problem hiding this comment.
With a few tiny issues, this looks good to me.
@serhiy-storchaka: Should we also add tests for pickling these methods? Or should that be another PR?
Sorry, something went wrong.
|
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 |
Sorry, something went wrong.
|
I do not think that it is necessary to add tests for pickling these methods. |
Sorry, something went wrong.
|
Sorry for the delays. This is on my list of things to look at next week during the development sprints. |
Sorry, something went wrong.
…ythonGH-22155) * bpo-41747: Ensure all dataclass methods uses their parents' qualname Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
https://bugs.python.org/issue41747