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 0f93725 commit 5e08585Copy full SHA for 5e08585
Doc/library/weakref.rst
@@ -144,6 +144,9 @@ See :ref:`__slots__ documentation <slots>` for details.
144
prevent their use as dictionary keys. *callback* is the same as the parameter
145
of the same name to the :func:`ref` function.
146
147
+ Accessing an attribute of the proxy object after the referent is
148
+ garbage collected raises :exc:`ReferenceError`.
149
+
150
.. versionchanged:: 3.8
151
Extended the operator support on proxy objects to include the matrix
152
multiplication operators ``@`` and ``@=``.
0 commit comments