]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15528: Add weakref.finalize to support finalization using
authorRichard Oudkerk <shibturn@gmail.com>
Sun, 5 May 2013 19:59:04 +0000 (20:59 +0100)
committerRichard Oudkerk <shibturn@gmail.com>
Sun, 5 May 2013 19:59:04 +0000 (20:59 +0100)
commitf3593026ded99404c2c8f6c6fbf4c20197c9830a
tree8f45dcd92181d09692970eedd344b31a5813af64
parent2faf9b086946ff0bb7740fb95da76ec4209ae34c
Issue #15528: Add weakref.finalize to support finalization using
weakref callbacks.
Doc/library/weakref.rst
Lib/test/test_weakref.py
Lib/weakref.py
Misc/NEWS