[issue7207] test_telnetlib fails on OS X 10.6

2009-10-26 Thread Mark Dickinson
New submission from Mark Dickinson dicki...@gmail.com: test_telnetlib fails consistently on OS X 10.6, for a default (64-bit) build of py3k. Test output below. It looks to me as though this is just a race condition in the test (possibly combined with socket-related peculiarities of OS X)

[issue7207] test_telnetlib fails on OS X 10.6

2009-10-26 Thread Mark Dickinson
Mark Dickinson dicki...@gmail.com added the comment: Here's a patch that fixes the problem for me. For each of the tests defined in WriteTests (there's only one at the moment), it forces the server to wait until the test is complete before closing the connection. -- keywords: +patch

[issue7207] test_telnetlib fails on OS X 10.6

2009-10-26 Thread Mark Dickinson
Mark Dickinson dicki...@gmail.com added the comment: Assigning to Jack for review. -- assignee: - jackdied keywords: +needs review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7207 ___

[issue7207] test_telnetlib fails on OS X 10.6

2009-10-26 Thread Jack Diederich
Jack Diederich jackd...@gmail.com added the comment: Looks good and works for me, please check it in. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7207 ___

[issue7207] test_telnetlib fails on OS X 10.6

2009-10-26 Thread Mark Dickinson
Mark Dickinson dicki...@gmail.com added the comment: Thanks, Jack. Applied in r75741. -- resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7207