Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jan 24, 2018

glibc is deprecating libcrypt in favor of libxcrypt, however python assumes
that crypt.h will always be included. This change makes the header inclusion
explicit when libxcrypt is present on the system.
(cherry picked from commit e768c86)

https://bugs.python.org/issue32635

…ypt. (pythonGH-5284)

glibc is deprecating libcrypt in favor of libxcrypt, however python assumes
that crypt.h will always be included. This change makes the header inclusion
explicit when libxcrypt is present on the system.
(cherry picked from commit e768c86)
Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot.

@miss-islington
Copy link
Contributor Author

@stratakis and @vstinner: Backport status check is done, and it's a success ✅ .

@vstinner
Copy link
Member

@tiran agrees that a 2.7 backport is needed: "yes, go ahead"
https://bugs.python.org/issue32635#msg310575

@vstinner vstinner merged commit 6ccdad7 into python:2.7 Jan 24, 2018
@miss-islington
Copy link
Contributor Author

Thanks, @vstinner!

@miss-islington miss-islington deleted the backport-e768c86-2.7 branch January 24, 2018 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants