[issue15470] Stuck/hang when reading ssl object

2012-07-30 Thread Seamus McKenna
Seamus McKenna added the comment: Thankyou for update. Script was not using 100% cpu. I will add SMTP timeout and increase debuglevel() within the function should this reoccur. -- status: open -> closed ___ Python tracker

[issue15470] Stuck/hang when reading ssl object

2012-07-27 Thread Antoine Pitrou
Antoine Pitrou added the comment: Well, the traceback shows it's stuck trying to read from the network. It doesn't mean it's stuck in the ssl library; unless your script was taking 100% CPU when you killed it, it was most likely waiting for the peer (a SMTP server, I guess) to respond. One s

[issue15470] Stuck/hang when reading ssl object

2012-07-27 Thread Seamus McKenna
New submission from Seamus McKenna : My python scripting has been running for several weeks periodically sending out emails. However the script has been stuck for the last 24 hrs. No parts of my script have been executed in this period. On terminating the script via ctrl-c, I can see that th