[Python-checkins] CVS: python/dist/src/Modules socketmodule.c

Guido van Rossum guido@cnri.reston.va.us
Tue, 13 Apr 1999 00:07:34 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Modules
In directory eric:/projects/python/develop/guido/src/Modules

Modified Files:
	socketmodule.c 
Log Message:
Put back __osf__ support for gethostbyname_r(); the real bug was that
it was being used even without threads.  This of course might be an
all-platform problem so now we only use the _r variant when we are
using threads.