[issue3826] Problem with SocketIO for closing the socket

2009-01-19 Thread Gregory P. Smith
Gregory P. Smith added the comment: backported to release30-maint in r68796. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue3826] Problem with SocketIO for closing the socket

2009-01-16 Thread Gregory P. Smith
Gregory P. Smith added the comment: That mostly meant let the buildbots run it and/or see if anyone complains on a list. Go ahead and backport. :) ___ Python tracker ___ ___

[issue3826] Problem with SocketIO for closing the socket

2009-01-16 Thread STINNER Victor
STINNER Victor added the comment: > This still needs back porting to release30-maint > assuming no other issues are found with it How can we check if they are new issues with the changes? ___ Python tracker __

[issue3826] Problem with SocketIO for closing the socket

2009-01-11 Thread Gregory P. Smith
Gregory P. Smith added the comment: Committed all of our tests and the actual code to fix the problem from socket_real_close-5.patch in py3k r68539. This still needs back porting to release30-maint assuming no other issues are found with it. -- keywords: -needs review _

[issue3826] Problem with SocketIO for closing the socket

2009-01-06 Thread STINNER Victor
Changes by STINNER Victor : -- priority: critical -> release blocker title: BaseHTTPRequestHandler depends on GC to close connections -> Problem with SocketIO for closing the socket ___ Python tracker _