[Python-Dev] doc change for weakref (original) (raw)

Benjamin Peterson benjamin at python.org
Fri May 25 19:45:15 CEST 2012


2012/5/25 Ethan Furman <ethan at stoneleaf.us>:

I'd like to make a slight doc change for weakref to state (more or less):

weakrefs are not invalidated when the strong refs are gone, but rather when garbage collection reclaims the object

I think this is fine.

-- Regards, Benjamin



More information about the Python-Dev mailing list