Issue7318
Created on 2009-11-13 19:28 by pitrou, last changed 2022-04-11 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| mptimeout.patch | pitrou, 2009-11-13 22:06 | |||
| Messages (7) | |||
|---|---|---|---|
| msg95198 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2009-11-13 19:28 | |
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). |
|||
| msg95208 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2009-11-13 22:06 | |
Please review. |
|||
| msg95209 - (view) | Author: Jesse Noller (jnoller) * ![]() |
Date: 2009-11-13 22:09 | |
Patch seems fine, going to test it against trunk locally |
|||
| msg95212 - (view) | Author: Jesse Noller (jnoller) * ![]() |
Date: 2009-11-13 22:21 | |
Passes on OS/X 10.6.2, I'm ok with it |
|||
| msg95215 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2009-11-13 22:40 | |
Ok, this is now committed to all 4 branches. Amusingly, it seems to solve the test_multiprocessing freeze/failure problem in py3k... (I still hope you can find some time to make multiprocessing more robust and less baroque inside!) |
|||
| msg95216 - (view) | Author: Jesse Noller (jnoller) * ![]() |
Date: 2009-11-13 22:43 | |
On Nov 13, 2009, at 5:40 PM, Antoine Pitrou <report@bugs.python.org> wrote: > > Antoine Pitrou <pitrou@free.fr> added the comment: > > Ok, this is now committed to all 4 branches. Amusingly, it seems to > solve the test_multiprocessing freeze/failure problem in py3k... > (I still hope you can find some time to make multiprocessing more > robust > and less baroque inside!) > So do I and I'm sorry I haven't been able to yet. First on my list is a total test suite scrub. |
|||
| msg95375 - (view) | Author: Kristján Valur Jónsson (kristjan.jonsson) * ![]() |
Date: 2009-11-17 10:50 | |
See also issue 7314 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:56:54 | admin | set | github: 51567 |
| 2009-11-17 10:53:13 | kristjan.jonsson | link | issue7314 superseder |
| 2009-11-17 10:50:30 | kristjan.jonsson | set | nosy:
+ kristjan.jonsson messages: + msg95375 |
| 2009-11-13 22:43:38 | jnoller | set | messages: + msg95216 |
| 2009-11-13 22:40:42 | pitrou | set | status: open -> closed resolution: fixed messages: + msg95215 |
| 2009-11-13 22:21:02 | jnoller | set | messages: + msg95212 |
| 2009-11-13 22:09:05 | jnoller | set | messages: + msg95209 |
| 2009-11-13 22:06:30 | pitrou | set | files:
+ mptimeout.patch keywords: + patch messages: + msg95208 stage: needs patch -> patch review |
| 2009-11-13 19:29:14 | pitrou | link | issue7060 dependencies |
| 2009-11-13 19:28:53 | pitrou | create | |
