
report at bugs
Nov 13, 2009, 11:28 AM
Post #1 of 7
(266 views)
Permalink
|
|
[issue7318] multiprocessing should not wait endlessly
|
|
New submission from Antoine Pitrou <pitrou [at] free>: SocketClient() in multiprocessing.connection loops endlessly when the connection is refused. It shouldn't, and instead use a timeout. This is especially annoying since SocketClient() can be called as part of finalizing an object, which makes debugging very annoying (see issue7060). ---------- assignee: jnoller components: Library (Lib) messages: 95198 nosy: jnoller, pitrou priority: critical severity: normal stage: needs patch status: open title: multiprocessing should not wait endlessly type: behavior versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2 _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue7318> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|