]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Remove _PyOS_ReadlineTState API (#107034)
authorVictor Stinner <vstinner@python.org>
Sat, 22 Jul 2023 14:45:56 +0000 (16:45 +0200)
committerGitHub <noreply@github.com>
Sat, 22 Jul 2023 14:45:56 +0000 (14:45 +0000)
commitd228825e08883fc13f35eb91435f95d32524931c
tree5d886d54a07638519b238fb32daa3586a239f76b
parente5252c6127ad788b39221982964f935bd1513028
gh-106320: Remove _PyOS_ReadlineTState API (#107034)

Remove _PyOS_ReadlineTState variable from the public C API.
The symbol is still exported for the readline shared extension.
Include/cpython/pythonrun.h
Modules/readline.c
Parser/myreadline.c