Skip to content

[3.12] gh-100814: Fix exception for invalid callable value of Tkinter image option (GH-107692)#107722

Merged
Yhg1s merged 1 commit intopython:3.12from
miss-islington:backport-50e3cc9-3.12
Aug 16, 2023
Merged

[3.12] gh-100814: Fix exception for invalid callable value of Tkinter image option (GH-107692)#107722
Yhg1s merged 1 commit intopython:3.12from
miss-islington:backport-50e3cc9-3.12

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 7, 2023

Passing a callable object as an option value to a Tkinter image now raises
the expected TclError instead of an AttributeError.
(cherry picked from commit 50e3cc9)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…image option (pythonGH-107692)

Passing a callable object as an option value to a Tkinter image now raises
the expected TclError instead of an AttributeError.
(cherry picked from commit 50e3cc9)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing method tkinter.Image._register

4 participants