-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
tkinter.Wm.wm_iconbitmap
has no effect when passing an empty string to the parameter default
#128014
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
Comments
serhiy-storchaka
added a commit
that referenced
this issue
Jan 2, 2025
…() (GH-128015) Co-authored-by: Serhiy Storchaka <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 2, 2025
…bitmap() (pythonGH-128015) (cherry picked from commit 58e9f95) Co-authored-by: Zhikang Yan <[email protected]> Co-authored-by: Serhiy Storchaka <[email protected]>
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this issue
Jan 2, 2025
…wm_iconbitmap() (pythonGH-128015) (cherry picked from commit 58e9f95) Co-authored-by: Zhikang Yan <[email protected]> Co-authored-by: Serhiy Storchaka <[email protected]>
Thank you for your report and PR @Xiaokang2022. |
serhiy-storchaka
added a commit
that referenced
this issue
Jan 2, 2025
…nbitmap() (GH-128015) (GH-128418) (cherry picked from commit 58e9f95) Co-authored-by: Zhikang Yan <[email protected]> Co-authored-by: Serhiy Storchaka <[email protected]>
serhiy-storchaka
added a commit
that referenced
this issue
Jan 2, 2025
…nbitmap() (GH-128015) (GH-128420) (cherry picked from commit 58e9f95) Co-authored-by: Zhikang Yan <[email protected]>
srinivasreddy
pushed a commit
to srinivasreddy/cpython
that referenced
this issue
Jan 8, 2025
…bitmap() (pythonGH-128015) Co-authored-by: Serhiy Storchaka <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug description:
Running the code above can get the following effect:
Running the code above can get the following effect:
However, in fact, these two pieces of code should be equivalent, but due to an inaccurate logical judgment, this problem arises.
This is a very easy bug to fix, and I'll create a PR to fix it later.
The issue may only exist on Windows systems.
CPython versions tested on:
3.13
Operating systems tested on:
Windows
Linked PRs
default
empty string passed totkinter.Wm.wm_iconbitmap
#128015The text was updated successfully, but these errors were encountered: