I have a python script that uses threads and makes lots of HTTP requests. I think what\'s happening is that while a HTTP request (using urllib2) is reading, it\'s blocking a
On Mac press Ctrl+\ to quit a python process attached to a terminal.