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 larry
Recipients christian.heimes, larry
Date 2020-07-02.07:27:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593674873.22.0.567265576618.issue41183@roundup.psfhosted.org>
In-reply-to
Content
Christian:  Help!  Again!

I merged your PR, pulled a fresh copy, built it, and ran the test suite.  I get seven failures in I think the same modules.

Most of the failures are either "ssl.SSLError: [SSL] internal error (_ssl.c:728)", or some flavor of "OSError: [Errno 0] Error".  Sadly not helpful.

But!  Occasionally the test suite prints a very telling error:

ssl.SSLError: [SSL: DH_KEY_TOO_SMALL] dh key too small (_ssl.c:3233)

Attached is the output of running just those seven tests.  (One test is now working, not sure why.)

Obviously these tests pass on the buildbots, I assume that's because their OpenSSL is slightly older.  But I don't think I can ship 3.5.10rc1 if it won't build with current OpenSSL.

You should be able to simply pull the current 3.5 head (d565be84993a3d618add139cf21038e12c60a13e) to reproduce the error.
History
Date User Action Args
2020-07-02 07:27:53larrysetrecipients: + larry, christian.heimes
2020-07-02 07:27:53larrysetmessageid: <1593674873.22.0.567265576618.issue41183@roundup.psfhosted.org>
2020-07-02 07:27:53larrylinkissue41183 messages
2020-07-02 07:27:53larrycreate