Python process will not exit

Posted by oneself on Stack Overflow See other posts from Stack Overflow or by oneself
Published on 2010-05-06T22:45:02Z Indexed on 2010/05/06 22:48 UTC
Read the original article Hit count: 193

Filed under:
|

Hi,

I'm use nosetests to run some tests. However, after the tests have finished running, the nosetests process just sits there, and will not exit. Is there anyway to diagnose this? Does Python have a facility similar to sending Java a kill -QUIT which will print a stack trace?

© Stack Overflow or respective owner

Related posts about python

Related posts about nosetests