The topic basically tells what I want to to.
I read the documentation, which tells me how to handle signals but not how I can do signalling by myself.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the
os.killmethod. Since Python 2.7 it should work (did not test it myself) on both Unix and Windows, although it needs to be called with different parameters: