-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Clarify the order of a stacked abstractmethod
#26892
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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 |
Co-authored-by: Tal Einat <[email protected]>
Co-authored-by: Tal Einat <[email protected]>
I have made the requested changes; please review again |
Thanks for making the requested changes! @taleinat: please review the changes made to this pull request. |
I'm assuming the failed tests are bullshit and can be ignored. |
Yes, it's a flaky test, but the check is considered required so I restarted it and we must wait for it to complete. |
GH-26925 is a backport of this pull request to the 3.10 branch. |
GH-26926 is a backport of this pull request to the 3.9 branch. |
Co-authored-by: Tal Einat <[email protected]> (cherry picked from commit 74d60ea) Co-authored-by: Ram Rachum <[email protected]>
Co-authored-by: Tal Einat <[email protected]> (cherry picked from commit 74d60ea) Co-authored-by: Ram Rachum <[email protected]>
Co-authored-by: Tal Einat <[email protected]> (cherry picked from commit 74d60ea) Co-authored-by: Ram Rachum <[email protected]>
Co-authored-by: Tal Einat <[email protected]> (cherry picked from commit 74d60ea) Co-authored-by: Ram Rachum <[email protected]>
Hey, I hope we can do without an issue number for this one. Every time I see the text "Deprecated, use 'property' with 'abstractmethod' instead" I have to scratch my head and think which one of the two decorators goes on top. This way it's clearer.