[issue15523] Block on close TCP socket in SocketServer.py

2013-05-20 Thread Charles-François Natali
Changes by Charles-François Natali : -- resolution: -> invalid stage: -> committed/rejected status: pending -> closed ___ Python tracker ___ ___

[issue15523] Block on close TCP socket in SocketServer.py

2012-12-24 Thread Charles-François Natali
Changes by Charles-François Natali : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15523] Block on close TCP socket in SocketServer.py

2012-09-01 Thread Charles-François Natali
Charles-François Natali added the comment: > So when calling close_request to deallocate the socket, it will > always be waiting to read response until response data is available. > It seems like an issue in SokcetServer.py library. Hum, I don't see what you mean. Even if there is still data i

[issue15523] Block on close TCP socket in SocketServer.py

2012-08-06 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue15523] Block on close TCP socket in SocketServer.py

2012-08-01 Thread Jarvis
New submission from Jarvis: In the Python 2.4, it closes the socket only by calling request.close() method. There is a risk by using this method to close socket. If the socket handle count does not reach zero because another process still has a handle to the socket then the connection is not c