diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2012-02-07 15:17:34 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-02-09 21:57:55 +0900 |
commit | c597ecf1b75cd2ad6ba5def615eeb09a66dedbb1 (patch) | |
tree | caefab4d4b61ae76f63e5d94f64aa912b0cf213d /LICENSE | |
parent | b9ddde883012f8b455a0ce475c392fcab7bf309b (diff) |
controller/dispatcher: eliminate the use of WeakSet
As weakref.WeakSet is supported by python 2.7+. And RHEL 6.x uses python 2.6.x
So avoid weakref.WeakSet by replacing it with WeakValueDictionary which is
supported by weakref package from the beginning.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions