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 rosslagerwall
Recipients Justin.Cappos, bbangert, exarkun, giampaolo.rodola, loewis, ned.deily, nicdumz, pitrou, ronaldoussoren, rosslagerwall, roysmith
Date 2010-12-31.14:50:48
SpamBayes Score 3.417176e-07
Marked as misclassified No
Message-id <1293807050.86.0.598371803966.issue7995@psf.upfronthosting.co.za>
In-reply-to
Content
From what I coud see, the same applied to NetBSD so I enabled it for NetBSD as well - if there are any other OSes that need it enabled, they can be added.

The updated patch checks for fcntl() failing and simply leaves the socket as is if it fails.

The test silenced socket.error() just because the other tests did like testSetBlocking, testInitNonBlocking, testAccept, etc. I updated it to remove this.
History
Date User Action Args
2010-12-31 14:50:50rosslagerwallsetrecipients: + rosslagerwall, loewis, ronaldoussoren, exarkun, roysmith, pitrou, giampaolo.rodola, ned.deily, nicdumz, bbangert, Justin.Cappos
2010-12-31 14:50:50rosslagerwallsetmessageid: <1293807050.86.0.598371803966.issue7995@psf.upfronthosting.co.za>
2010-12-31 14:50:48rosslagerwalllinkissue7995 messages
2010-12-31 14:50:48rosslagerwallcreate