how can I tell when a Thread object dies?
yinger
ayinger1 at my-deja.com
Mon Nov 6 15:19:02 EST 2000
More information about the Python-list mailing list
Mon Nov 6 15:19:02 EST 2000
- Previous message (by thread): isnan? isinf?
- Next message (by thread): how can I tell when a Thread object dies?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
... I mean besides threadObject.isalive(), because I want to be able to tell when a thread terminates on a sys.exit() call. I would like to be able to 'except' a SystemExit exception in the logic calling/ running the thread, but this doesn't work. Andrew Sent via Deja.com http://www.deja.com/ Before you buy.
- Previous message (by thread): isnan? isinf?
- Next message (by thread): how can I tell when a Thread object dies?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list