[issue3826] Problem with SocketIO for closing the socket

2009-01-19 Thread Gregory P. Smith
Gregory P. Smith g...@krypto.org added the comment: backported to release30-maint in r68796. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3826

[issue3826] Problem with SocketIO for closing the socket

2009-01-16 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com 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 rep...@bugs.python.org

[issue3826] Problem with SocketIO for closing the socket

2009-01-16 Thread Gregory P. Smith
Gregory P. Smith g...@krypto.org 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 rep...@bugs.python.org http://bugs.python.org/issue3826

[issue3826] Problem with SocketIO for closing the socket

2009-01-11 Thread Gregory P. Smith
Gregory P. Smith g...@krypto.org 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