[issue14482] multiprocessing.connection.Listener fails with invalid address on Windows

2012-04-03 Thread Popa Claudiu
New submission from Popa Claudiu pcmantic...@gmail.com: This is related to http://bugs.python.org/issue14151. When using an AF_UNIX address with multiprocessing.connection.Listener or Client, the following error will occur, due to the fact that AF_UNIX is not present in socket module.

[issue14482] multiprocessing.connection.Listener fails with invalid address on Windows

2012-04-03 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Thanks. The patch looks good to me. -- stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14482 ___

[issue14482] multiprocessing.connection.Listener fails with invalid address on Windows

2012-04-03 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 57c0867fbf30 by Antoine Pitrou in branch '3.2': Issue #14482: Raise a ValueError, not a NameError, when trying to create http://hg.python.org/cpython/rev/57c0867fbf30 New changeset ddc5adcedf29 by Antoine Pitrou in

[issue14482] multiprocessing.connection.Listener fails with invalid address on Windows

2012-04-03 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Thank you for the patch. It's now committed. -- resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org