]> granicus.if.org Git - python/commit
Fix the connection refused error part of issue 3419, use errno module instead of...
authorJesse Noller <jnoller@gmail.com>
Mon, 11 Aug 2008 19:00:15 +0000 (19:00 +0000)
committerJesse Noller <jnoller@gmail.com>
Mon, 11 Aug 2008 19:00:15 +0000 (19:00 +0000)
commit5d35373706a21dfb11765f92dfbde961c9ed4e8c
tree50c583e7393c8c0aebcb22d64a39fe141b4d3bcb
parent9fcd4b3d294a8e4c83dc2d0a4cc6da3cf87268d8
Fix the connection refused error part of issue 3419, use errno module instead of a static list of possible connection refused messages.
Lib/multiprocessing/connection.py