[issue44751] crypt.h should be in _cryptmodule.c, not in public header

STINNER Victor report at bugs.python.org
Thu Sep 30 17:54:16 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

> See issue #32635, where Victor Stinner backported some commit (with problematic location of '#include <crypt.h>') to 2.7 and 3.6 branches (which was released in >=2.7.15 and >=3.6).

crypt.h was added to Python.h by: https://github.com/python/cpython/pull/5284/files

And this change was then backported to 2.7 and 3.6. Ok, now I understand.

Well, it's now fixed in all branches accepting bugfixes.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44751>
_______________________________________


More information about the Python-bugs-list mailing list