Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-38634: Allow non-apple build to cope with libedit #16986

Merged
merged 1 commit into from
Dec 4, 2019

Commits on Dec 4, 2019

  1. Allow non-apple build to cope with libedit

    If Python is used as a library by a binary linking to libedit, the linker
    resolves the rl_initialize symbol required by the readline module against
    libedit instead of libreadline, which leads to a segfault.
    
    Take advantage of the existing supporting code to have readline module being
    compatible with both situations.
    serge-sans-paille committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    b547667 View commit details
    Browse the repository at this point in the history