summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-06-07 10:12:31 (GMT)
committerGitHub <noreply@github.com>2024-06-07 10:12:31 (GMT)
commitf0165d00b758eace636c3ede8c1cfe0410e7f47c (patch)
treefaca5f9fe3191a4445bf3e37965ac119960151ae /Misc
parentffa7d82a04254491b91f41cc0de04b490bab1dc6 (diff)
downloadcpython-f0165d00b758eace636c3ede8c1cfe0410e7f47c.zip
cpython-f0165d00b758eace636c3ede8c1cfe0410e7f47c.tar.gz
cpython-f0165d00b758eace636c3ede8c1cfe0410e7f47c.tar.bz2
[3.13] gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681) (GH-120208)
* Add declaration of Tcl_AppInit(), missing in Tcl 9.0. * Use Tcl_Size instead of int where needed. (cherry picked from commit e0799352823289fafb8131341abd751923ee9c08) Co-authored-by: Christopher Chavez <chrischavez@gmx.us> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2024-06-04-19-03-25.gh-issue-112672.K2XfZH.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-06-04-19-03-25.gh-issue-112672.K2XfZH.rst b/Misc/NEWS.d/next/Library/2024-06-04-19-03-25.gh-issue-112672.K2XfZH.rst
new file mode 100644
index 0000000..46345bf
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-06-04-19-03-25.gh-issue-112672.K2XfZH.rst
@@ -0,0 +1 @@
+Support building :mod:`tkinter` with Tcl 9.0.