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 serhiy.storchaka
Recipients benjamin.peterson, serhiy.storchaka
Date 2017-10-25.07:01:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508914862.42.0.213398074469.issue31866@psf.upfronthosting.co.za>
In-reply-to
Content
What about configure.ac?

"On some platforms (AtheOS)" in the comment in Modules/_cryptmodule.c is redundant. crypt() should return NULL on error, and it often returns NULL for an invalid salt.
History
Date User Action Args
2017-10-25 07:01:02serhiy.storchakasetrecipients: + serhiy.storchaka, benjamin.peterson
2017-10-25 07:01:02serhiy.storchakasetmessageid: <1508914862.42.0.213398074469.issue31866@psf.upfronthosting.co.za>
2017-10-25 07:01:02serhiy.storchakalinkissue31866 messages
2017-10-25 07:01:02serhiy.storchakacreate