How to kill threading.Thread instance?
dmitrey
dmitrey.kroshko at scipy.org
Sun Sep 21 09:45:55 EDT 2008
More information about the Python-list mailing list
Sun Sep 21 09:45:55 EDT 2008
- Previous message (by thread): How to kill threading.Thread instance?
- Next message (by thread): How to kill threading.Thread instance?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I wonder why something like myThread.exit() or myThread.quit() or threading.kill(myThread) can't be implemented? Is something like that present in Python 3000? Regards, D.
- Previous message (by thread): How to kill threading.Thread instance?
- Next message (by thread): How to kill threading.Thread instance?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list