add test test/test_dereference.py + memoryleaks in optiondescription's cache
This commit is contained in:
@ -239,7 +239,7 @@ def delete_session(session_id):
|
||||
#____________________________________________________________
|
||||
class Settings(object):
|
||||
"``Config()``'s configuration options"
|
||||
__slots__ = ('context', '_owner', '_p_')
|
||||
__slots__ = ('context', '_owner', '_p_', '__weakref__')
|
||||
|
||||
def __init__(self, context, storage):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user