STINNER Victor <vstin...@python.org> added the comment:

> 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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44751>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to