Vinay Sajip <[email protected]> added the comment: I think I've found the problem: test_concurrent_futures calls logging.critical, which registers a StreamHandler. This only happens when _wait_on_event and _signal_event fail on Win32.
There should be no reason to call logging.critical in a test, especially as the next line is assert False, <message>. Perhaps the lines were left in by mistake: reassigning to Brian Quinlan. ---------- assignee: vinay.sajip -> bquinlan nosy: +bquinlan _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10788> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
