Facundo Batista added the comment: What happens if you force the garbage collector to collect the just opened and not used socket?
Maybe the problem is that the operating system run out of file handlers (if you leave some time in the middle, the GC collects the sockets, freeinig the file handlers). Other test could be to disable the GC, and see what happens with that time.sleep in the middle. ---------- nosy: +facundobatista __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1305> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com