-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
__reduce_ex__ should be added to unary operator list.
File "/usr/lib/python2.6/copy.py", line 162, in deepcopy
y = copier(x, memo)
File "/usr/lib/python2.6/copy.py", line 255, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
File "/usr/lib/python2.6/copy.py", line 162, in deepcopy
y = copier(x, memo)
File "/usr/lib/python2.6/copy.py", line 255, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
File "/usr/lib/python2.6/copy.py", line 181, in deepcopy
rv = reductor(2)
File "/usr/lib/pymodules/python2.6/staticconf/proxy.py", line 52, in method
return getattr(operator, name)(self.value, *args)
TypeError: __reduce_ex__() takes at most 1 argument (2 given)
Reactions are currently unavailable