]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-123321: Fix Parser/myreadline.c to prevent a segfault during a multi-thread...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 4 Sep 2024 15:49:27 +0000 (17:49 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Sep 2024 15:49:27 +0000 (15:49 +0000)
commit9193d2957f623f44bfe235e7f246a86db59c4f47
treee1e5b9675f3fc8033f7633c7869ebc52e91a61ca
parente4516911fed8514222986fdb8a79cd2969316296
[3.13] gh-123321: Fix Parser/myreadline.c to prevent a segfault during a multi-threaded race (GH-123323) (#123676)

gh-123321: Fix Parser/myreadline.c to prevent a segfault during a multi-threaded race (GH-123323)
(cherry picked from commit a4562fedadb73fe1e978dece65c3bcefb4606678)

Co-authored-by: Bar Harel <bharel@barharel.com>
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