]> granicus.if.org Git - python/commit
Issue #14151: Raise a ValueError, not a NameError, when trying to create
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 1 Apr 2012 15:25:49 +0000 (17:25 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 1 Apr 2012 15:25:49 +0000 (17:25 +0200)
commit93bba8fb8a9c6c6d5df33fed8ca9a17975b45c34
treedd629860c909d42b1de5754a58954227e114b1ab
parent0261d754cd7f6bedf7415d94b18b7b631bfa8a63
parent709176f10c1774f608a318171a94371e7d05d98f
Issue #14151: Raise a ValueError, not a NameError, when trying to create
a multiprocessing Client or Listener with an AF_PIPE type address under
non-Windows platforms.  Patch by Popa Claudiu.
Lib/multiprocessing/connection.py
Lib/test/test_multiprocessing.py
Misc/NEWS