Message402920
> 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 |
|
| Date |
User |
Action |
Args |
| 2021-09-29 23:04:11 | vstinner | set | recipients:
+ vstinner, Arfrever, miss-islington, geofft, thesamesam |
| 2021-09-29 23:04:11 | vstinner | set | messageid: <1632956651.11.0.283418586054.issue44751@roundup.psfhosted.org> |
| 2021-09-29 23:04:11 | vstinner | link | issue44751 messages |
| 2021-09-29 23:04:11 | vstinner | create | |
|