• P
    Fix a rare segfault · ba805742
    Paul Kehrer 提交于
    If pip10 is installed and pyopenssl+cryptography are present in the
    environment pip's vendored urllib3 will automatically activate its
    pyopenssl adapter. This is by design so users can potentially opt-in to
    more up-to-date TLS versions than what are provided by their copy of
    Python. However, if a user has these packages & subsequently runs
    pip install --ignore-installed cryptography then a segfault will occur
    due to overwriting an mmap'd shared object.
    ba805742
5366.bugfix 97 字节