[issue1515839] socket timeout inheritance on accept

2010-12-31 Thread Ned Deily
Ned Deily added the comment: The problem you have reported here was later independently reported in Issue7995 where a possible fix has been proposed. Suggest adding yourself to the nosy list of that issue to monitor current status. -- nosy: +ned.deily resolution: -> duplicate status

[issue1515839] socket timeout inheritance on accept

2010-08-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: I am sorry this has not gotten any response. There does not seem to currently be anyone specifically working on the socket module, so this got lost among hundreds of other feature requests. -- nosy: +terry.reedy versions: +Python 3.2 -Python 2.7, Pyth

[issue1515839] socket timeout inheritance on accept

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Extension Modules stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker __