-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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
bpo-36743: __get__ is sometimes called without the owner argument #12992
bpo-36743: __get__ is sometimes called without the owner argument #12992
Conversation
Would it make sense to update the signature line to?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As explained on bpo-36743, the text "Note that callers are allowed to omit the owner argument when it isn't needed." is not actually true in general, or trivially true depending on how you interpret "isn't needed".
…gument to __get__
67289b1
to
f312558
Compare
@rhettinger: Please replace |
Thanks @rhettinger for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
GH-15589 is a backport of this pull request to the 3.8 branch. |
…thonGH-12992) (cherry picked from commit 0dac68f) Co-authored-by: Raymond Hettinger <[email protected]>
…-12992) (GH-15589) (cherry picked from commit 0dac68f) Co-authored-by: Raymond Hettinger <[email protected]>
https://bugs.python.org/issue36743