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

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

Merged

Conversation

serhiy-storchaka
Copy link
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.
@serhiy-storchaka serhiy-storchaka merged commit 1df56bc into python:master Dec 29, 2020
3 checks passed
@miss-islington
Copy link
Contributor

miss-islington commented Dec 29, 2020

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 Dec 29, 2020
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

bedevere-bot commented Dec 29, 2020

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

@miss-islington
Copy link
Contributor

miss-islington commented Dec 29, 2020

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

bedevere-bot commented Dec 31, 2020

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.

None yet

5 participants