376 B
376 B
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: