Message 402920 - Python tracker

Message402920

Author vstinner
Recipients Arfrever, geofft, miss-islington, thesamesam, vstinner
Date 2021-09-29.23:04:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632956651.11.0.283418586054.issue44751@roundup.psfhosted.org>
In-reply-to
Content
> Could you backport this fix to at least 3.9 and 3.10 branches?

Done.

> This is fix for regression which was previously backported to 2.7 and 3.6 branches.

I'm not sure what you mean.

In Python 2.7 and Python 3.6, <crypt.h> was already included by Include/Python.h:

#ifdef HAVE_CRYPT_H
#include <crypt.h>
#endif
History
Date User Action Args
2021-09-29 23:04:11vstinnersetrecipients: + vstinner, Arfrever, miss-islington, geofft, thesamesam
2021-09-29 23:04:11vstinnersetmessageid: <1632956651.11.0.283418586054.issue44751@roundup.psfhosted.org>
2021-09-29 23:04:11vstinnerlinkissue44751 messages
2021-09-29 23:04:11vstinnercreate