[issue7133] test_ssl failure

2011-09-26 Thread Keith Briggs
Keith Briggs added the comment: Senthil: thanks for the reply. That's how I did build python 2.7.2 anyway. But I can't see anything about SSL in the generated config files.However, on another system (Fedora 15 with python 2.7.1), I don't get the problem. In case it's useful, I was tryi

[issue7133] test_ssl failure

2011-09-26 Thread Senthil Kumaran
Senthil Kumaran added the comment: Keith, was your python compiled with ssl? Any extra information to reproduce this can help. (Download 2.7.2 from python.org, do a ./configure;make and verify if this can bug can be reproduced). -- nosy: +orsenthil ___

[issue7133] test_ssl failure

2011-09-22 Thread Keith Briggs
Keith Briggs added the comment: I am still getting this error with SocketServer in Python 2.7.2, even though it looks the same as was fixed in Issue7133: File "/usr/local/lib/python2.7/SocketServer.py", line 284, in _handle_request_noblock self.process_request(request, client_address)

[issue7133] test_ssl failure

2009-10-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: Committed in r75529. -- resolution: accepted -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue7133] test_ssl failure

2009-10-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: I was hoping for Bill (the _ssl maintainer)'s opinion on this, but you're right, it should be checked in. -- resolution: -> accepted stage: patch review -> commit review ___ Python tracker

[issue7133] test_ssl failure

2009-10-19 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Is there some reason that this is not being checked in? The build has been broken for five days. IMO, either revert the offending code or check this in. -- priority: normal -> high ___ Python tracker

[issue7133] test_ssl failure

2009-10-15 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Reviewed, built, tests ok. Linux trader 2.6.18-ARCH #1 SMP PREEMPT Sun Nov 19 09:14:35 CET 2006 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz GenuineIntel GNU/Linux vote +1 weight +0.1 :-) -- nosy: +kbk priority: -> normal ___

[issue7133] test_ssl failure

2009-10-14 Thread Antoine Pitrou
Antoine Pitrou added the comment: Here is a possible patch. -- keywords: +patch stage: needs patch -> patch review Added file: http://bugs.python.org/file15130/ssl_newbuf.patch ___ Python tracker __

[issue7133] test_ssl failure

2009-10-14 Thread Antoine Pitrou
New submission from Antoine Pitrou : This is due to r75412 (yes, mine). The proper fix would be to add support for the new buffer API to the _ssl module. testSocketServer (test.test_ssl.ThreadedTests) ... server (('127.0.0.1', 52011):52011 ('AES256-SHA', 'TLSv1/SSLv3', 256)): [15/Oct/2009