order of object desctruction
bromden
bromden at gazeta.pl.no.spam
Tue Oct 28 16:10:43 EST 2003
More information about the Python-list mailing list
Tue Oct 28 16:10:43 EST 2003
- Previous message (by thread): order of object desctruction
- Next message (by thread): order of object desctruction
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
please, read the warning here http://www.python.org/doc/ref/customization.html try declaring a global variable starting with an underscore (i am not kidding) and see if it works then, you can also try to secure yourself with a conditional: def SendCommand(self, cmd): if socket: sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) ... -- bromden[at]gazeta.pl
- Previous message (by thread): order of object desctruction
- Next message (by thread): order of object desctruction
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list