[issue21636] test_logging fails on Windows for Unix tests

STINNER Victor report at bugs.python.org
Mon Jun 2 14:26:42 CEST 2014


STINNER Victor added the comment:

+    if threading and hasattr(socket, "AF_UNIX"):

The check on socket.AF_UNIX attribute looks redundant: there is already a decorator on the testcase class to skip the whole test case. No?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21636>
_______________________________________


More information about the Python-bugs-list mailing list