tags 572599 confirmed reopen 568326 thanks Hello Norbert,
On Friday 05 March 2010 05:39:41, Norbert Preining wrote: > Package: wicd > Version: 1.7.0+ds1-1 > Severity: grave > Justification: renders package unusable > > Upgraded to the above version and bong, wicd server does not start anymore: > [..] > 2010/03/05 13:33:17 :: TypeError: 'Undefined' object is not callable This was introduced by my "fix" for #568326 (which I'm now reopening, since I'm going to upload a version with this fix reverted ASAP): >>> from ConfigParser import RawConfigParser as p1 >>> from iniparse.compat import RawConfigParser as p2 >>> import copy >>> copy.deepcopy(p1()) <ConfigParser.RawConfigParser instance at 0xb6bb376c> >>> copy.deepcopy(p2()) Traceback (most recent call last): File "<input>", line 1, in <module> File "/usr/lib/python2.5/copy.py", line 189, in deepcopy y = _reconstruct(x, rv, 1, memo) File "/usr/lib/python2.5/copy.py", line 337, in _reconstruct state = deepcopy(state, memo) File "/usr/lib/python2.5/copy.py", line 162, in deepcopy y = copier(x, memo) File "/usr/lib/python2.5/copy.py", line 254, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) File "/usr/lib/python2.5/copy.py", line 173, in deepcopy y = copier(memo) TypeError: 'Undefined' object is not callable >>> I'll do an upload later today either a) fixing both bugs, b) reverting #568326 and closing this one. Ciao, David -- . ''`. Debian developer | http://wiki.debian.org/DavidPaleino : :' : Linuxer #334216 --|-- http://www.hanskalabs.net/ `. `'` GPG: 1392B174 ----|---- `- 2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174
signature.asc
Description: This is a digitally signed message part.