Skip to content

[3.6] bpo-33692: pythoninfo detect libedit on Python 3.6#7244

Merged
vstinner merged 1 commit intopython:3.6from
vstinner:pythoninfo_readline
May 30, 2018
Merged

[3.6] bpo-33692: pythoninfo detect libedit on Python 3.6#7244
vstinner merged 1 commit intopython:3.6from
vstinner:pythoninfo_readline

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented May 30, 2018

Check which readline implementation is used based on the readline
docstring.

https://bugs.python.org/issue33692

Check which readline implementation is used based on the readline
docstring.
@vstinner
Copy link
Copy Markdown
Member Author

Manual test.

macOS:

macbook:3.6 haypo$ ./python.exe -m test.pythoninfo|grep readline
readline._READLINE_RUNTIME_VERSION: 0x402
readline._READLINE_VERSION: 0x402
readline.library: libedit readline

Linux:

vstinner@apu$ ./python -m test.pythoninfo|grep readline
readline._READLINE_RUNTIME_VERSION: 0x700
readline._READLINE_VERSION: 0x700
readline.library: GNU readline

@vstinner vstinner merged commit f7a19c2 into python:3.6 May 30, 2018
@vstinner vstinner deleted the pythoninfo_readline branch May 30, 2018 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants