]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681) (GH-120209)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 7 Jun 2024 10:18:42 +0000 (12:18 +0200)
committerGitHub <noreply@github.com>
Fri, 7 Jun 2024 10:18:42 +0000 (10:18 +0000)
commitec139c8fae2064e5f1413dad0aadc1b83daf90d8
treec019fed9bb6c04b7b642720cb64a66f0249e3c98
parent501cd99c8e54e70fad80fb3b201647b3d0860b09
[3.12] gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681) (GH-120209)

* 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