Issue 1511317: socket.gethostbyaddr fix for machines with incomplete DNS (original ) (raw ) Issue1511317
Created on 2006-06-23 13:31 by chuckorama , last changed 2022-04-11 14:56 by admin . This issue is now closed .
Files
File name
Uploaded
Description
Edit
python.patch
chuckorama,2006-06-23 13:31
one line patch
Messages (2)
msg50524 - (view)
Author: Charles Schwieters (chuckorama)
Date: 2006-06-23 13:31
I found that socket.gethostbyaddr would crash 2.4.3 on machines with incomplete DNS, such as scyld cluster nodes. The following one line obvious patch fixes the problem. Charles
msg50525 - (view)
Author: Georg Brandl (georg.brandl) *
Date: 2006-08-14 22:10
Logged In: YES user_id=849994 Applied as rev. 51291 .
History
Date
User
Action
Args
2022-04-11 14:56:18
admin
set
github: 43540
2006-06-23 13:31:31
chuckorama
create