]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-143310: fix crash in Tcl object conversion with concurrent mutations (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 2 Jan 2026 10:17:13 +0000 (11:17 +0100)
committerGitHub <noreply@github.com>
Fri, 2 Jan 2026 10:17:13 +0000 (10:17 +0000)
commit8beec4a2e47ef01525486294399f7f363b0c446d
tree7d71e09ac345fdbaf1e74e73c8fdb9bd54f02f4c
parentf6f3ddb401eb923a4fffe478b6a77f0fd8862be6
[3.14] gh-143310: fix crash in Tcl object conversion with concurrent mutations (GH-143321) (#143343)

gh-143310: fix crash in Tcl object conversion with concurrent mutations (GH-143321)
(cherry picked from commit 9712dc1d9eb03ffa96ed746d20bd43239d251ba7)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/test/test_tcl.py
Misc/NEWS.d/next/Library/2026-01-01-11-21-57.gh-issue-143310.8rxtH3.rst [new file with mode: 0644]
Modules/_tkinter.c