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 gregory.p.smith
Recipients christian.heimes, dmalcolm, dstufft, gregory.p.smith, jpokorny, kscguru, pitrou
Date 2017-03-30.02:21:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490840507.61.0.104184762948.issue9146@psf.upfronthosting.co.za>
In-reply-to
Content
I like your patch, raising an exception is indeed the right thing to do.  i'll get this patch in.

whether or not the built-in non-openssl based _md5 and _sha1 module exist in "fips" mode is a separate build time issue - lets keep this one just dealing with the always undesirable segfault.
History
Date User Action Args
2017-03-30 02:21:47gregory.p.smithsetrecipients: + gregory.p.smith, pitrou, christian.heimes, dmalcolm, jpokorny, dstufft, kscguru
2017-03-30 02:21:47gregory.p.smithsetmessageid: <1490840507.61.0.104184762948.issue9146@psf.upfronthosting.co.za>
2017-03-30 02:21:47gregory.p.smithlinkissue9146 messages
2017-03-30 02:21:47gregory.p.smithcreate