]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:05 +0000 (13:59 +0200)
committerGitHub <noreply@github.com>
Sun, 31 May 2026 11:59:05 +0000 (14:59 +0300)
commitac0fe8a7579208801669177b61232db0e4221f87
tree19c10b9d83c324dcf78d60a72d501b182d319ea5
parent70a4e191e69d2e1c9b50bbf5fd139ce79ee8c82a
[3.13] gh-150372: Add missing null check on completer_word_break_characters in readline.c (GH-150251) (GH-150630)

(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