]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:12:57 +0000 (11:12 +0100)
committerGitHub <noreply@github.com>
Fri, 2 Jan 2026 10:12:57 +0000 (10:12 +0000)
commitb40bf5ffc866ea0e4dadfa449c57b788d7dcc08e
tree26e02cfa655a48d98779bd3a9aa8f36751bde14e
parentafa24d832494e2d04969f9ad6585b61700c50d6c
[3.13] gh-143310: fix crash in Tcl object conversion with concurrent mutations (GH-143321) (#143344)

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