]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150372: Add missing null check on completer_word_break_characters in readline...
authorThomas Kowalski <thom.kowa@gmail.com>
Sat, 30 May 2026 19:26:05 +0000 (21:26 +0200)
committerGitHub <noreply@github.com>
Sat, 30 May 2026 19:26:05 +0000 (19:26 +0000)
commit56bd9ea676d5ab4d5f6c68aefc3125ef5a216157
tree45429e2fa8224dc6f5d6a0769b210447d1cdb426
parentaf10734907d2d7df4c4d754174804aec7c5d6a72
gh-150372: Add missing null check on completer_word_break_characters in readline.c (GH-150251)
Misc/NEWS.d/next/Library/2026-05-25-07-22-05.gh-issue-150372.9hLqhe.rst [new file with mode: 0644]
Modules/readline.c