]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets
authorJesse Noller <jnoller@gmail.com>
Mon, 30 Mar 2009 15:50:42 +0000 (15:50 +0000)
committerJesse Noller <jnoller@gmail.com>
Mon, 30 Mar 2009 15:50:42 +0000 (15:50 +0000)
commit459a6481662c62d6cb57a070d21230db3e721c56
treef7d547008e124f2eacc48db47dc346947b4d944a
parent5cb104d1b936da539b41eddc21fa56f74909e0b6
Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets
Lib/multiprocessing/connection.py
Lib/test/test_multiprocessing.py
Misc/NEWS