]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-123228: fix return type for _ReadlineWrapper.get_line_buffer() (GH-123281...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 24 Aug 2024 16:11:17 +0000 (18:11 +0200)
committerGitHub <noreply@github.com>
Sat, 24 Aug 2024 16:11:17 +0000 (16:11 +0000)
commit31fae8c94f16644fa95222a3461f88138f3dcca4
tree00b01801776332a8426929d4930e8cd6573c0bef
parenta65fe07db4aa57b4e67f2f9e914db7ea281f127f
[3.13] gh-123228: fix return type for _ReadlineWrapper.get_line_buffer() (GH-123281) (#123293)

gh-123228: fix return type for _ReadlineWrapper.get_line_buffer() (GH-123281)
(cherry picked from commit ca18ff2a34435faa557f7f9d4d3a554dadb05e50)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Co-authored-by: Carl Friedrich Bolz-Tereick <cfbolz@gmx.de>
Lib/_pyrepl/readline.py
Lib/test/test_pyrepl/test_pyrepl.py
Misc/NEWS.d/next/Library/2024-08-24-06-05-41.gh-issue-123228.jR_5O5.rst [new file with mode: 0644]