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 martin.panter
Recipients EWDurbin, alex, benjamin.peterson, geertj, georg.brandl, jmadden, koobs, larry, lemburg, martin.panter, python-dev, skrah, vincent-legoll, yan12125
Date 2016-01-15.00:05:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452816339.0.0.920575644049.issue25940@psf.upfronthosting.co.za>
In-reply-to
Content
In the 3.3 branch, I got a failure in test_ssl.ThreadedTests.test_dh_params(): “SSLError: [SSL] dh key too small (_ssl.c:548)”. But the failure also happens in the revision before my merge, so I think it must be a separate problem.

Also, I am seeing Windows 7+ buildbots are failing the new version of test_connect_ex_error(). On Linux, connecting to self-signed.pythontest.net:444 gives EHOSTUNREACH, but it seems we get ETIMEDOUT on Windows:

AssertionError: 10060 not found in (10061, 10065, 10035)

I will update the test to check for that error code as well, since all it really needs to test is that _some_ sensible error code is returned.
History
Date User Action Args
2016-01-15 00:05:39martin.pantersetrecipients: + martin.panter, lemburg, georg.brandl, geertj, larry, benjamin.peterson, alex, skrah, python-dev, koobs, jmadden, yan12125, vincent-legoll, EWDurbin
2016-01-15 00:05:39martin.pantersetmessageid: <1452816339.0.0.920575644049.issue25940@psf.upfronthosting.co.za>
2016-01-15 00:05:38martin.panterlinkissue25940 messages
2016-01-15 00:05:38martin.pantercreate