Killing a python thread with a signal

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • James Lamanna

    #1

    Killing a python thread with a signal

    So I've created a thread with the threading.Threa d class, but I want to
    be able to kill this thread because it does a select() with a timeout of
    None.

    Is there any way to send a signal only to this thread and wake it up
    from the select?

    Thanks.

    Please CC me for I am not subscribed.
    --
    James Lamanna
Working...