Skip to content

bpo-42759: Fix equality comparison of Variable and Font in Tkinter#23968

Merged
serhiy-storchaka merged 1 commit into
python:masterfrom
serhiy-storchaka:tkinter-variable-font-eq
Dec 29, 2020
Merged

bpo-42759: Fix equality comparison of Variable and Font in Tkinter#23968
serhiy-storchaka merged 1 commit into
python:masterfrom
serhiy-storchaka:tkinter-variable-font-eq

Conversation

@serhiy-storchaka
Copy link
Copy Markdown
Member

@serhiy-storchaka serhiy-storchaka commented Dec 27, 2020

Objects which belong to different Tcl interpreters are now always
different, even if they have the same name.

https://bugs.python.org/issue42759

Objects which belong to different Tcl interpreters are now always
different, even if they have the same name.
@miss-islington
Copy link
Copy Markdown
Contributor

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

@serhiy-storchaka serhiy-storchaka deleted the tkinter-variable-font-eq branch December 29, 2020 10:56
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 29, 2020
…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>
@bedevere-bot
Copy link
Copy Markdown

GH-23991 is a backport of this pull request to the 3.9 branch.

@miss-islington
Copy link
Copy Markdown
Contributor

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

miss-islington added a commit that referenced this pull request Dec 29, 2020
…H-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>
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Dec 31, 2020
…ter (pythonGH-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>
@bedevere-bot
Copy link
Copy Markdown

GH-24026 is a backport of this pull request to the 3.8 branch.

@serhiy-storchaka serhiy-storchaka removed their assignment Dec 31, 2020
serhiy-storchaka added a commit that referenced this pull request Jan 1, 2021
…ter (GH-23968) (GH-24026)

Objects which belong to different Tcl interpreters are now always
different, even if they have the same name.
(cherry picked from commit 1df56bc)
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
…ythonGH-23968)

Objects which belong to different Tcl interpreters are now always
different, even if they have the same name.
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.

5 participants