Python 3.4 include a WeakMethod
class, for storing bound methods using weak references
(see the Python weakref module).
This project is a backport of the WeakMethod class, and tests, for Python 2.6. The tests require the unittest2 package.
- Github repository & issue tracker: https://github.com/twang817/weakrefmethod