commit | 6d20cba8d646ec055851afac5494cc0e72d0dfa8 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Apr 03 20:12:23 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Apr 03 20:12:23 2012 +0200 |
tree | ea0cb833c40eb79eddd50324d6e42a2bedc2d298 | |
parent | 28b8b947601c4e414bb833e0154aecc9375be631 [diff] |
Issue #14482: Raise a ValueError, not a NameError, when trying to create a multiprocessing Client or Listener with an AF_UNIX type address under Windows. Patch by Popa Claudiu.