SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72137 0 43 Python

bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (#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.
S
stratakis committed
e768c86ef442ef89004089a8a34ce5909ffb90f2
Parent: 370d04d
Committed by Victor Stinner <victor.stinner@gmail.com> on 1/23/2018, 3:11:24 PM