diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-06-07 10:12:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-07 10:12:31 (GMT) |
commit | f0165d00b758eace636c3ede8c1cfe0410e7f47c (patch) | |
tree | faca5f9fe3191a4445bf3e37965ac119960151ae /Misc | |
parent | ffa7d82a04254491b91f41cc0de04b490bab1dc6 (diff) | |
download | cpython-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.rst | 1 |
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. |