]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681)
authorChristopher Chavez <chrischavez@gmx.us>
Tue, 4 Jun 2024 16:47:15 +0000 (11:47 -0500)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2024 16:47:15 +0000 (19:47 +0300)
commite0799352823289fafb8131341abd751923ee9c08
tree24f1c91795f352555aadced679ffb9b53ff9ed6f
parent7111d9605f9db7aa0b095bb8ece7ccc0b8115c3f
gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681)

* Add declaration of Tcl_AppInit(), missing in Tcl 9.0.
* Use Tcl_Size instead of int where needed.

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Misc/NEWS.d/next/Library/2024-06-04-19-03-25.gh-issue-112672.K2XfZH.rst [new file with mode: 0644]
Modules/_tkinter.c