Issue 3513: test_multiprocessing hangs without this patch on win2k (original) (raw)

Issue3513

Created on 2008-08-07 05:32 by ocean-city, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
workaround.patch ocean-city,2008-08-07 05:32
Messages (2)
msg70814 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2008-08-07 05:32
Hello. I'm not familiar with socket, but I found workaround for this problem. socket.getfqdn("127.0.0.1") returns computer name, but with this test_multiprocess doesn't work. With 'localhost' test works. Maybe win2003 community buildbot hangs with same reason? http://www.python.org/dev/buildbot/community/trunk/x86%20Windows%202003%20trunk/builds/13/step-test/0
msg70829 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2008-08-07 14:34
I'll close this entry because this seems to be duplicate of .
History
Date User Action Args
2022-04-11 14:56:37 admin set github: 47763
2008-08-07 14:34:38 ocean-city set status: open -> closedresolution: duplicatemessages: +
2008-08-07 05:32:54 ocean-city create