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 neologix
Recipients Andrew.Grover, brian.curtin, loewis, neologix, pitrou, vstinner
Date 2011-11-01.21:50:54
SpamBayes Score 2.2128276e-08
Marked as misclassified No
Message-id <1320184255.76.0.973225227257.issue7777@psf.upfronthosting.co.za>
In-reply-to
Content
> - the tests are skipped with "unable to bind RDS socket" here (even
> under root). Is it expected?

Oops. I did a quick test to force the socket family (because RDS sockets really use sockaddr_in), and apparently I overwrote my original patch... Here's the correct one.
As long as the `rds` module is loaded, all the tests should pass.

> - socket.error is the same as OSError now

I changed this in this patch.
I'll update the other occurrences in test_socket in a separate patch.

> - there are some ResourceWarnings abount unclosed sockets when
> running the tests

Same thing here, I fixed those in my original patch, then somehow overwrote it with a previous version...
History
Date User Action Args
2011-11-01 21:50:55neologixsetrecipients: + neologix, loewis, pitrou, vstinner, brian.curtin, Andrew.Grover
2011-11-01 21:50:55neologixsetmessageid: <1320184255.76.0.973225227257.issue7777@psf.upfronthosting.co.za>
2011-11-01 21:50:55neologixlinkissue7777 messages
2011-11-01 21:50:54neologixcreate