]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-150372: Add missing null check on completer_word_break_characters in readli...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 31 May 2026 11:59:17 +0000 (13:59 +0200)
committerGitHub <noreply@github.com>
Sun, 31 May 2026 11:59:17 +0000 (14:59 +0300)
commitdbe802c522707986a1d66616a694b8ff873288ef
tree685201edf38514f36947c18d1249c130f2a07e50
parent15eb1131f7c39804c46a8b9926faad44b24115b7
[3.14] gh-150372: Add missing null check on completer_word_break_characters in readline.c (GH-150251) (GH-150629)

(cherry picked from commit 56bd9ea676d5ab4d5f6c68aefc3125ef5a216157)

Co-authored-by: Thomas Kowalski <thom.kowa@gmail.com>
Misc/NEWS.d/next/Library/2026-05-25-07-22-05.gh-issue-150372.9hLqhe.rst [new file with mode: 0644]
Modules/readline.c