Closed
Description
The documentation on weakref.proxy does not say what happens if an attribute of the proxy object is accessed when the referent is gone. I had to do a bit of googling to find out it raises ReferenceError.
Would be helpful to mention that in the doc of weakref.proxy.