This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hdiwan650
Recipients
Date 2007-08-05.07:10:58
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Fixes the socket.error(48, 'address already in use') intermittent failure by binding to an arbitrary high port and then using getsockname() to retrieve the port. There is a further error with the socket.error module that I think I'd like some hours of sleep before looking at. 
History
Date User Action Args
2007-08-23 15:59:34adminlinkissue1767834 messages
2007-08-23 15:59:34admincreate