Ethan Furman <et...@stoneleaf.us> added the comment:

Changed "... will return the object ..." to " ... may return the object ..."

For reference, here's the new text:

A weak reference to an object is not enough to keep the object alive: when the 
only remaining references to a referent are weak references,
:term:`garbage collection` is free to destroy the referent and reuse its memory 
for something else.  However, until the object is actually destroyed the weak 
reference may return the object even if there are no strong references to it.

----------
Added file: http://bugs.python.org/file26179/weakref_doc_updates_v2.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14954>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to