Changed contrib/procpool's PROC_MODIFIED_OBJS list to sit in src.utils.idmapper.base as well as be a WeakValueDictionary instead of a normal list. This removes unnecessary reference counts to objects.

This commit is contained in:
Griatch 2014-05-14 20:07:59 +02:00
parent cdc071981d
commit 87d1254b2c
3 changed files with 13 additions and 10 deletions

View file

@ -1,3 +0,0 @@
# experimental central dictionary for models in
# subprocesses to report they have been changed.
PROC_MODIFIED_OBJS = []