[issue1489] test_socket_ssl hanhs on Windows (deadlock)

2008-06-18 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: Kind of fixed: test_socket_ssl was removed in both trunk and py3k branches. "tests are now in test_ssl.py" -- nosy: +amaury.forgeotdarc resolution: -> fixed status: open -> closed ___ Pytho

[issue1489] test_socket_ssl hanhs on Windows (deadlock)

2008-04-22 Thread Bill Janssen
Bill Janssen <[EMAIL PROTECTED]> added the comment: Sorry, didn't mean to be indeterminate. Sure, nuke it. The tests are now all in test_ssl.py. Bill On Tue, Apr 22, 2008 at 2:47 PM, Bill Janssen <[EMAIL PROTECTED]> wrote: > > > On Tue, Apr 22, 2008 at 12:15 PM, Trent Nelson <[EMAIL PROTECTE

[issue1489] test_socket_ssl hanhs on Windows (deadlock)

2008-04-22 Thread Bill Janssen
Bill Janssen <[EMAIL PROTECTED]> added the comment: On Tue, Apr 22, 2008 at 12:15 PM, Trent Nelson <[EMAIL PROTECTED]> wrote: > > Trent Nelson <[EMAIL PROTECTED]> added the comment: > > Hey, if we can get rid of it, that's great. You sound 95% certain in > your last post that completely removin

[issue1489] test_socket_ssl hanhs on Windows (deadlock)

2008-04-22 Thread Trent Nelson
Trent Nelson <[EMAIL PROTECTED]> added the comment: Hey, if we can get rid of it, that's great. You sound 95% certain in your last post that completely removing test_socket_ssl on trunk and py3k is the Right Thing -- any chance of getting you to 100% so I can go ahead and delete it and close

[issue1489] test_socket_ssl hanhs on Windows (deadlock)

2008-04-08 Thread Bill Janssen
Bill Janssen <[EMAIL PROTECTED]> added the comment: Fine with me. I don't have a checkout of the code handy, but I believe this is obsolete test code. All the SSL tests are, or should be, in test_ssl, for 2.6 and 3.x. The right fix is to remove it. __ Tracker <

[issue1489] test_socket_ssl hanhs on Windows (deadlock)

2008-04-08 Thread Trent Nelson
Trent Nelson <[EMAIL PROTECTED]> added the comment: Re-assigned this to myself (hope you don't mind janssen ;-) as I'm actively looking into it. We build openssl.exe as part of our Windows build so we should make an effort to use this where possible. Note that there is definitely a problem w

[issue1489] test_socket_ssl hanhs on Windows (deadlock)

2008-01-05 Thread vila
Changes by vila: -- nosy: +vila __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailma

[issue1489] test_socket_ssl hanhs on Windows (deadlock)

2007-11-22 Thread Guido van Rossum
Changes by Guido van Rossum: -- assignee: -> janssen nosy: +janssen __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubs

[issue1489] test_socket_ssl hanhs on Windows (deadlock)

2007-11-22 Thread Paul Moore
New submission from Paul Moore: When running the test suite on Windows, test_socket_ssl hangs. After a bit of investigation, it appears that the test is hanging at line 184 (if self.s.stdout.readline() != "ERROR\n":) in OpenSSLServer._external. The problem is that the test assumes it can read a