commit | e768c86ef442ef89004089a8a34ce5909ffb90f2 | [log] [tgz] |
---|---|---|
author | stratakis <cstratak@redhat.com> | Tue Jan 23 16:11:24 2018 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Jan 23 16:11:24 2018 +0100 |
tree | d332469497ed5a11fb27db5c7dce129544766476 | |
parent | 370d04d1dcca50a52d59f40aff4d11434f71df6b [diff] |
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.