Skip to content

[2.7] bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH-5284)#5295

Merged
vstinner merged 1 commit into
python:2.7from
miss-islington:backport-e768c86-2.7
Jan 24, 2018
Merged

[2.7] bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH-5284)#5295
vstinner merged 1 commit into
python:2.7from
miss-islington:backport-e768c86-2.7

Conversation

@miss-islington

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

Copy link
Copy Markdown
Contributor

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)

@vstinner vstinner left a comment

Copy link
Copy Markdown
Member

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
Copy Markdown
Contributor Author

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

@vstinner

Copy link
Copy Markdown
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
Copy Markdown
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