Skip to content

Conversation

@vstinner
Copy link
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
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