]> granicus.if.org Git - python/commit
Put back __osf__ support for gethostbyname_r(); the real bug was that
authorGuido van Rossum <guido@python.org>
Tue, 13 Apr 1999 04:07:32 +0000 (04:07 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 13 Apr 1999 04:07:32 +0000 (04:07 +0000)
commit7a1229991de8d1a275823acb7d7d2cf5be1cc776
treea3c677a0a8c1441c83edfec8bead85adde7ed71d
parent761fcd03aa71d16225850a797f6a7c67c12800ed
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.
Modules/socketmodule.c