[issue16434] SocketServer call shutdown in the wrong way

2014-08-11 Thread R. David Murray
R. David Murray added the comment: Given the lack of additional info from the OP, I'm closing this. -- nosy: +r.david.murray resolution: -> not a bug stage: test needed -> resolved status: open -> closed ___ Python tracker

[issue16434] SocketServer call shutdown in the wrong way

2012-12-31 Thread Senthil Kumaran
Senthil Kumaran added the comment: Looks an invalid bug to me as well. request is a socket.socket object and has shutdown method taking a single argument. The error pasted in the report leads me to believe if the shutdown_request call is not thread-safe and it is ending up called shutdown meth

[issue16434] SocketServer call shutdown in the wrong way

2012-12-29 Thread Andrew Svetlov
Andrew Svetlov added the comment: Move to pending until additional info will be provided. Required short test to reproduce the problem. -- status: open -> pending ___ Python tracker

[issue16434] SocketServer call shutdown in the wrong way

2012-12-02 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- stage: needs patch -> test needed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16434] SocketServer call shutdown in the wrong way

2012-12-02 Thread Andrew Svetlov
Andrew Svetlov added the comment: request should be socket.socket instance which definitely has shutdown method accepting socket.SHUT_WR. I guest the problem not in stdlib but in your code or maybe in the Paste (I'm not familiar with it, sorry). --

[issue16434] SocketServer call shutdown in the wrong way

2012-11-15 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue16434] SocketServer call shutdown in the wrong way

2012-11-15 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue16434] SocketServer call shutdown in the wrong way

2012-11-08 Thread Erik Günther
Erik Günther added the comment: Sorry forgot to tell in what versions.. Its in Ubuntu 12.04-1 Python version 2.7.3 Ubuntu package version: 2.7.3-0ubuntu3.1 -- ___ Python tracker _

[issue16434] SocketServer call shutdown in the wrong way

2012-11-08 Thread Erik Günther
Changes by Erik Günther : -- type: crash -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue16434] SocketServer call shutdown in the wrong way

2012-11-08 Thread Erik Günther
New submission from Erik Günther: I have a small development WSGI-server using PythonPaste and when shutting it down I somtimes get the following error on one or two threads: ---8<--- Traceback (most recent call last): File "/usr/lib/pytho