[issue10028] test_concurrent_futures fails on Windows Server 2003

2011-01-02 Thread Brian Quinlan
Brian Quinlan added the comment: Fixed in r87673. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-b

[issue10028] test_concurrent_futures fails on Windows Server 2003

2010-10-07 Thread Brian Curtin
Brian Curtin added the comment: I'm getting error 6 aka ERROR_INVALID_HANDLE. I'll try to figure out what's going on later this week if I can find time. I'll also run this on my Server 2008 machine to see how works. -- ___ Python tracker

[issue10028] test_concurrent_futures fails on Windows Server 2003

2010-10-06 Thread Brian Quinlan
Brian Quinlan added the comment: Hey Brian, Could you try applying the patch that I attached and let me know what error message you get? Cheers, (the other) Brian -- keywords: +patch Added file: http://bugs.python.org/file19137/error.diff ___ Pyth

[issue10028] test_concurrent_futures fails on Windows Server 2003

2010-10-06 Thread Brian Quinlan
Changes by Brian Quinlan : -- assignee: -> bquinlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue10028] test_concurrent_futures fails on Windows Server 2003

2010-10-05 Thread Brian Curtin
New submission from Brian Curtin : I haven't seen this on any of my machines except for Windows Server 2003 x64. For whatever reason, SetEvent is failing. == FAIL: test_zero_timeout (test.test_concurrent_futures.ProcessPoolAs