]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123321: Fix Parser/myreadline.c to prevent a segfault during a multi-threaded...
authorBar Harel <bharel@barharel.com>
Wed, 4 Sep 2024 15:21:30 +0000 (18:21 +0300)
committerGitHub <noreply@github.com>
Wed, 4 Sep 2024 15:21:30 +0000 (17:21 +0200)
commita4562fedadb73fe1e978dece65c3bcefb4606678
treeaf2195c8aa1375ae19fabc9ec34c1855b1fe79d3
parentc530ce1e9d336b81c053a5985444b4553fdd7050
gh-123321: Fix Parser/myreadline.c to prevent a segfault during a multi-threaded race (#123323)
Lib/test/test_readline.py
Misc/NEWS.d/next/Core and Builtins/2024-08-26-00-58-26.gh-issue-123321.ApxcnE.rst [new file with mode: 0644]
Parser/myreadline.c