]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #14631: Add a new :class:`weakref.WeakMethod` to simulate weak references to...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 17 Nov 2012 17:57:38 +0000 (18:57 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 17 Nov 2012 17:57:38 +0000 (18:57 +0100)
commitc3afba104aef5032e114b4f5cac0a3bbdfef2bba
treee4a174e067a9af550dba2b851b647a2f354ce54c
parent25bbe5e0bce2d8b6c96a5e632bdb9007a0bf0954
Issue #14631: Add a new :class:`weakref.WeakMethod` to simulate weak references to bound methods.
Doc/library/weakref.rst
Lib/test/test_weakref.py
Lib/weakref.py
Misc/NEWS