Comment 7 for bug 1341954

Revision history for this message
Tristan Cacqueray (tristan-cacqueray) wrote :

@Grant, the patch is looking good to me, though using __del__ for tmp clean can go wrong (as you don't control destruction order), maybe we could put the cleaning code into a function and call it in __del__ and as an atexit handler just to be on the safe side ?

Also, here (Ubuntu 13.10) suds does not install correctly with py33: http://paste.openstack.org/show/OebG2GJnDRTgm9JpzdMM/

+1 on impact description in comment #6.