C++, Python & Threads

Aahz Maruch aahz at panix.com
Sun Mar 3 15:55:36 EST 2002


In article <1015181073.276455 at seux119>, VUG <plugin at airtel.net> wrote:
>
>Hi all. I'm modifying Python source code in order to have more control over
>threads (I need to kill threads without adding controls on them, and it
>seems not to be posible). 

You really don't want to do that.  If you kill a thread externally, you
can leave your entire process in a bad state.
-- 
                      --- Aahz  <*>  (Copyright 2002 by aahz at pobox.com)

Hugs and backrubs -- I break Rule 6                 http://www.rahul.net/aahz/
Androgynous poly kinky vanilla queer het Pythonista

"How come we choose from just two people for President but more than 50
for Miss America?"  --AEN



More information about the Python-list mailing list