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-47220: Document the optional callback parameter of weakref.WeakMethod #25491
Conversation
This PR is stale because it has been open for 30 days with no activity. |
Sorry this had to wait for so long!
|
@JelleZijlstra @merwok Thanks for the review.
Done.
I normalised the use of ‘proxy’ because a mix of ‘proxy’ (8 occurrences) and ‘proxy object’ (3 occurrences) was used. |
Can you please submit an update that just focuses on the core issue.
Resist the urge to rewrite everything you look at. Many of the edits in this and other PRs are gratuitous and/or dubious. Reviewing each one and thinking carefully about them eats a lot of reviewer time. Also, I concur with @merwok that some of these changes make the text harder to read. Some of this wording has been in existence for many years with no evidence of causing confusion with users. So, there is no real problem being solved.
+1
Please remove all unrelated changes.
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 |
Reverted. I have made the requested changes; please review again. |
Thanks for making the requested changes! @erlend-aasland: please review the changes made to this pull request. |
Thanks @maggyero for the PR, and @rhettinger for merging it |
Sorry @maggyero and @rhettinger, I had trouble checking out the |
Thanks @maggyero for the PR, and @rhettinger for merging it |
GH-99909 is a backport of this pull request to the 3.11 branch. |
…thod (pythonGH-25491) (cherry picked from commit 9628136) Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
Thanks for the review! |
This PR will bring the following changes to the
weakref
documentation:weakref.WeakMethod
;https://bugs.python.org/issue47220