-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Embeddable distribution for 3.13 includes Tcl/Tk DLL files #126074
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
zooba
added a commit
to zooba/cpython
that referenced
this issue
Oct 29, 2024
zooba
added a commit
that referenced
this issue
Nov 5, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Nov 5, 2024
…thonGH-126143) (cherry picked from commit f51fd84) Co-authored-by: Steve Dower <[email protected]>
zooba
added a commit
that referenced
this issue
Nov 5, 2024
(cherry picked from commit f51fd84) Co-authored-by: Steve Dower <[email protected]>
Can this issue be closed? It seems to have been completed ;) |
Thanks for the report, @lir-ht! This will be fixed in v3.13.1. |
picnixz
pushed a commit
to picnixz/cpython
that referenced
this issue
Dec 8, 2024
ebonnal
pushed a commit
to ebonnal/cpython
that referenced
this issue
Jan 12, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
I noticed that the size of the embeddable distribution for Windows increased by roughly 2 MB between 3.12 and 3.13 (in the 32-bit distribution when unpacked), despite the PEP 594 dead batteries removal. This turns out to be in part because 3.13, unlike earlier versions, includes the files
tcl86t.dll
andtk86t.dll
which together take up around 2.6 MB.Should these DLL files really be included in the embeddable distribution? Since the
_tkinter
module and the rest of Tkinter isn't included, it doesn't seem like these files are of any use.CPython versions tested on:
3.13
Operating systems tested on:
Windows
Linked PRs
The text was updated successfully, but these errors were encountered: