commit | 7a1229991de8d1a275823acb7d7d2cf5be1cc776 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Apr 13 04:07:32 1999 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Apr 13 04:07:32 1999 +0000 |
tree | a3c677a0a8c1441c83edfec8bead85adde7ed71d | |
parent | 761fcd03aa71d16225850a797f6a7c67c12800ed [diff] |
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.