Skip to content

[3.9] bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)#23991

Merged
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-1df56bc-3.9
Dec 29, 2020
Merged

[3.9] bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)#23991
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-1df56bc-3.9

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Dec 29, 2020

Objects which belong to different Tcl interpreters are now always
different, even if they have the same name.
(cherry picked from commit 1df56bc)

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

https://bugs.python.org/issue42759

…ythonGH-23968)

Objects which belong to different Tcl interpreters are now always
different, even if they have the same name.
(cherry picked from commit 1df56bc)

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

@serhiy-storchaka: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Copy Markdown
Contributor Author

@serhiy-storchaka: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 578caaf into python:3.9 Dec 29, 2020
@miss-islington miss-islington deleted the backport-1df56bc-3.9 branch December 29, 2020 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants