We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85cd84 commit b6c6e40Copy full SHA for b6c6e40
cpython-windows/build.py
@@ -566,15 +566,6 @@ def hack_project_files(
566
rb'<ClCompile Include="$(opensslIncludeDir)\openssl\applink.c">',
567
)
568
569
- # We're still on the pre-built tk-windows-bin 8.6.14 which doesn't have a
570
- # standalone zlib DLL. So remove references to it from 3.12+.
571
- if meets_python_minimum_version(python_version, "3.12"):
572
- static_replace_in_file(
573
- pcbuild_path / "_tkinter.vcxproj",
574
- rb'<_TclTkDLL Include="$(tcltkdir)\bin\$(tclZlibDllName)" />',
575
- rb"",
576
- )
577
-
578
# We don't need to produce python_uwp.exe and its *w variant. Or the
579
# python3.dll, pyshellext, or pylauncher.
580
# Cut them from the build to save time and so their presence doesn't
0 commit comments