]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681) (GH-120208)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 7 Jun 2024 10:12:31 +0000 (12:12 +0200)
committerGitHub <noreply@github.com>
Fri, 7 Jun 2024 10:12:31 +0000 (10:12 +0000)
commitf0165d00b758eace636c3ede8c1cfe0410e7f47c
treefaca5f9fe3191a4445bf3e37965ac119960151ae
parentffa7d82a04254491b91f41cc0de04b490bab1dc6
[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>
Misc/NEWS.d/next/Library/2024-06-04-19-03-25.gh-issue-112672.K2XfZH.rst [new file with mode: 0644]
Modules/_tkinter.c