We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268129a commit 216f45eCopy full SHA for 216f45e
Doc/library/weakref.rst
@@ -146,6 +146,9 @@ See :ref:`__slots__ documentation <slots>` for details.
146
prevent their use as dictionary keys. *callback* is the same as the parameter
147
of the same name to the :func:`ref` function.
148
149
+ Accessing an attribute of the proxy object after the referent is
150
+ garbage collected raises :exc:`ReferenceError`.
151
+
152
.. versionchanged:: 3.8
153
Extended the operator support on proxy objects to include the matrix
154
multiplication operators ``@`` and ``@=``.
0 commit comments