From b16ab70bc04b5c7fe55bc63e4e966bcb5e0e966c Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Thu, 30 May 2024 20:22:52 +0300 Subject: [PATCH] [3.12] gh-119791: Fix new Tkinter tests for wantobjects=0 (GH-119792) PhotoImage.get() retruns a string instead of a 3-tuple of integers in this case. (cherry picked from commit e875c2d752fed0a8d16958dc7b331e66a2476247) Co-authored-by: Serhiy Storchaka