closing a server socket

simon place simon_place at whsmithnet.co.uk
Fri Oct 17 15:22:23 EDT 2003


i'm trying to see if anyone else thinks this is a bug,

when you call socket.socket.close() the wrapper only marks the socket as 
closed, so no exception to unblock socket.socket.accept(), and you can 
actually still get connections on this socket?

( this may only be for windows. )

simon.





More information about the Python-list mailing list