[issue44702] Fix weakref doc

2021-08-09 Thread miss-islington
miss-islington added the comment: New changeset 03e5647ab07c7d2a05094fc3b5ed6eba6fc01349 by meowmeowmeowcat in branch 'main': bpo-44702: Remove ambiguity in sentence (GH-27676) https://github.com/python/cpython/commit/03e5647ab07c7d2a05094fc3b5ed6eba6fc01349 -- nosy: +miss-islington

[issue44702] Fix weakref doc

2021-08-09 Thread meowmeowcat
Change by meowmeowcat : -- keywords: +patch pull_requests: +26164 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27676 ___ Python tracker ___

[issue44702] Fix weakref doc

2021-08-09 Thread meowmeowcat
meowmeowcat added the comment: Thanks! I agree with what you said here. I'll open a PR for this with your fix suggestion. -- nosy: +meowmeowmeowcat ___ Python tracker ___ ___

[issue44702] Fix weakref doc

2021-07-21 Thread Svyatoslav
New submission from Svyatoslav : >From https://docs.python.org/3/library/weakref.html: "" Not all objects can be weakly referenced; those objects which can include class instances, functions written in Python (but not in C), instance methods, sets, frozensets, some file objects, generators, typ