Skip to content
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

gh-119791: Fix new Tkinter tests for wantobjects=0 #119792

Merged
merged 1 commit into from
May 30, 2024

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented May 30, 2024

PhotoImage.get() retruns a string instead of a 3-tuple of integers in this case.

PhotoImage.get() retruns a string instead of a 3-tuple of integers
in this case.
@serhiy-storchaka serhiy-storchaka added skip news needs backport to 3.12 bug and security fixes needs backport to 3.13 bugs and security fixes labels May 30, 2024
@bedevere-app bedevere-app bot added tests Tests in the Lib/test dir awaiting core review labels May 30, 2024
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) May 30, 2024 17:10
@serhiy-storchaka serhiy-storchaka merged commit e875c2d into python:main May 30, 2024
36 checks passed
@miss-islington-app
Copy link

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 30, 2024
…9792)

PhotoImage.get() retruns a string instead of a 3-tuple of integers
in this case.
(cherry picked from commit e875c2d)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@miss-islington-app
Copy link

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker e875c2d752fed0a8d16958dc7b331e66a2476247 3.12

@bedevere-app
Copy link

bedevere-app bot commented May 30, 2024

GH-119794 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label May 30, 2024
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request May 30, 2024
…onGH-119792)

PhotoImage.get() retruns a string instead of a 3-tuple of integers
in this case.
(cherry picked from commit e875c2d)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-app
Copy link

bedevere-app bot commented May 30, 2024

GH-119798 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label May 30, 2024
serhiy-storchaka added a commit that referenced this pull request May 30, 2024
…GH-119794)

PhotoImage.get() retruns a string instead of a 3-tuple of integers
in this case.
(cherry picked from commit e875c2d)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@serhiy-storchaka serhiy-storchaka deleted the tkinter-test-images branch May 30, 2024 20:33
noahbkim pushed a commit to hudson-trading/cpython that referenced this pull request Jul 11, 2024
…9792)

PhotoImage.get() retruns a string instead of a 3-tuple of integers
in this case.
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
…9792)

PhotoImage.get() retruns a string instead of a 3-tuple of integers
in this case.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant