Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1c5fc02

Browse filesBrowse files
authored
gh-71383: Update Tcl/Tk version in Windows to our patched build containing a targeted upstream fix (GH-112973)
1 parent a01022a commit 1c5fc02
Copy full SHA for 1c5fc02

File tree

3 files changed

+6
-4
lines changed
Filter options

3 files changed

+6
-4
lines changed
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Update Tcl/Tk in Windows installer to 8.6.13 with a patch to suppress
2+
incorrect ThemeChanged warnings.

‎PCbuild/get_externals.bat

Copy file name to clipboardExpand all lines: PCbuild/get_externals.bat
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ set libraries=%libraries% bzip2-1.0.8
5555
if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries% libffi-3.4.4
5656
if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-3.0.11
5757
set libraries=%libraries% sqlite-3.43.1.0
58-
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.13.0
59-
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.13.0
58+
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.13.1
59+
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.13.1
6060
set libraries=%libraries% xz-5.2.5
6161
set libraries=%libraries% zlib-1.2.13
6262

@@ -77,7 +77,7 @@ echo.Fetching external binaries...
7777
set binaries=
7878
if NOT "%IncludeLibffi%"=="false" set binaries=%binaries% libffi-3.4.4
7979
if NOT "%IncludeSSL%"=="false" set binaries=%binaries% openssl-bin-3.0.11
80-
if NOT "%IncludeTkinter%"=="false" set binaries=%binaries% tcltk-8.6.13.0
80+
if NOT "%IncludeTkinter%"=="false" set binaries=%binaries% tcltk-8.6.13.1
8181
if NOT "%IncludeSSLSrc%"=="false" set binaries=%binaries% nasm-2.11.06
8282

8383
for %%b in (%binaries%) do (

‎PCbuild/tcltk.props

Copy file name to clipboardExpand all lines: PCbuild/tcltk.props
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="pyproject.props" Condition="$(__PyProject_Props_Imported) != 'true'" />
44
<PropertyGroup>
5-
<TclVersion Condition="$(TclVersion) == ''">8.6.13.0</TclVersion>
5+
<TclVersion Condition="$(TclVersion) == ''">8.6.13.1</TclVersion>
66
<TkVersion Condition="$(TkVersion) == ''">$(TclVersion)</TkVersion>
77
<TclMajorVersion>$([System.Version]::Parse($(TclVersion)).Major)</TclMajorVersion>
88
<TclMinorVersion>$([System.Version]::Parse($(TclVersion)).Minor)</TclMinorVersion>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.