Message 402990 - Python tracker

Message402990

Author vstinner
Recipients Arfrever, geofft, miss-islington, thesamesam, vstinner
Date 2021-09-30.21:54:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633038856.85.0.647909315211.issue44751@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2021-09-30 21:54:16vstinnersetrecipients: + vstinner, Arfrever, miss-islington, geofft, thesamesam
2021-09-30 21:54:16vstinnersetmessageid: <1633038856.85.0.647909315211.issue44751@roundup.psfhosted.org>
2021-09-30 21:54:16vstinnerlinkissue44751 messages
2021-09-30 21:54:16vstinnercreate