[issue1429] FD leak in SocketServer when request handler throws exception

2016-02-19 Thread Martin Panter
Martin Panter added the comment: Jeff has tried many times over two years to produce the originally reported bug without success. By code inspection, I cannot see how a request handler exception could cause a leak. Therefore I am closing this as “works for me”. Working backwards from all the

[issue1429] FD leak in SocketServer when request handler throws exception

2015-02-09 Thread Martin Panter
Martin Panter added the comment: I think calling shutdown_request(), or at least close_request(), should be done regardless of whether handle_error() fails or not. -- nosy: +vadmium ___ Python tracker rep...@bugs.python.org

[issue1429] FD leak in SocketServer when request handler throws exception

2015-01-16 Thread Martin Panter
Changes by Martin Panter vadmium...@gmail.com: -- title: FD leak in SocketServer - FD leak in SocketServer when request handler throws exception ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1429

[issue1429] FD leak in SocketServer

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: -BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1429 ___ ___

[issue1429] FD leak in SocketServer

2012-03-13 Thread Jeff McNeil
Jeff McNeil j...@jmcneil.net added the comment: In an effort to walk through bugs in my nosy list, I dug into this and tried to reproduce it to no avail. Also, as the handle_error method is supposed to handle problems gracefully, calling shutdown on handle_error exception is probably

[issue1429] FD leak in SocketServer

2011-06-12 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: +Python 3.3 -Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1429 ___ ___

[issue1429] FD leak in SocketServer

2011-03-13 Thread Jeff McNeil
Jeff McNeil j...@jmcneil.net added the comment: I entirely forgot I had signed up to look, my apologies. I'm going through this w/ what's lying on Mercurial's tip, I can't reproduce it at all. I can raise exceptions of various flavors from within the handle method of a StreamRequestHandler

[issue1429] FD leak in SocketServer

2010-09-18 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: This will go nowhere unless a patch is provided that contains code, doc and unit test changes. -- nosy: +BreamoreBoy stage: - unit test needed type: - behavior versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6

[issue1429] FD leak in SocketServer

2010-09-18 Thread Jeff McNeil
Jeff McNeil j...@jmcneil.net added the comment: I'll see if I can get it to reproduce and put a patch together. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1429 ___

[issue1429] FD leak in SocketServer

2010-05-02 Thread Jeff McNeil
Jeff McNeil j...@jmcneil.net added the comment: I was toying with adding Unix Socket support for one of our internal tools and I thought I ran into a leak in my own code. Searched the bug tracker and found this. I tried to reproduce, but wasn't able to. Though, if you look at the

[issue1429] FD leak in SocketServer

2008-06-03 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' [EMAIL PROTECTED]: -- nosy: +giampaolo.rodola ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue1429 ___ ___ Python-bugs-list

[issue1429] FD leak in SocketServer

2008-01-20 Thread Christian Heimes
Changes by Christian Heimes: -- priority: - high versions: +Python 2.6 -Python 2.4 __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1429 __ ___ Python-bugs-list mailing

[issue1429] FD leak in SocketServer

2007-11-13 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: Please provide a small test code that manifests the problem. It is always the best way to get quick response. -- nosy: +draghuram __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1429